react-clock
Version:
An analog clock for your React app.
12 lines (6 loc) • 333 B
text/typescript
export type ClassName = string | null | undefined | (string | null | undefined)[];
export type HandLength = number; // Range<0, 100>;
export type OppositeHandLength = number; // Range<-100, 100>;
export type HandWidth = number; // GreaterThanOrEqualTo<0>;
export type MarkLength = HandLength;
export type MarkWidth = HandWidth;