react-playground
    Preparing search index...

    Type Alias DigitalClockProps

    DigitalClockProps: React.ComponentPropsWithoutRef<"span"> & {
        date: Date;
        timezone: string;
    }