UNPKG

react-clock

Version:

An analog clock for your React app.

7 lines (6 loc) 261 B
export type ClassName = string | null | undefined | (string | null | undefined)[]; export type HandLength = number; export type OppositeHandLength = number; export type HandWidth = number; export type MarkLength = HandLength; export type MarkWidth = HandWidth;