react-playground
    Preparing search index...

    Interface InlineAnalogClockProps

    interface InlineAnalogClockProps {
        date: Date;
        showSecondHand?: boolean;
        step?: StepStyle;
        timezone: string;
    }

    Hierarchy

    • Omit<React.ComponentPropsWithoutRef<"span">, "children">
      • InlineAnalogClockProps
    Index

    Properties

    date: Date
    showSecondHand?: boolean
    step?: StepStyle
    timezone: string