react-playground
    Preparing search index...

    Interface AnalogClockStyle

    interface AnalogClockStyle {
        bigHand: HandStyle;
        centerPoint: CenterPointStyle;
        face: FaceType;
        frame: FrameStyle;
        height: number;
        hourLines: LinesStyle;
        minuteLines: LinesStyle;
        secondHand: HandStyle;
        smallHand: HandStyle;
        step: StepStyle;
        width: number;
    }
    Index

    Properties

    bigHand: HandStyle
    centerPoint: CenterPointStyle
    face: FaceType
    frame: FrameStyle
    height: number
    hourLines: LinesStyle
    minuteLines: LinesStyle
    secondHand: HandStyle
    smallHand: HandStyle
    step: StepStyle
    width: number