react-timekeeper
Version:
Time picker based on the style of the Google Keep app
7 lines (6 loc) • 530 B
TypeScript
export declare const wrapper: (is24hr: boolean) => import("@emotion/utils").SerializedStyles;
export declare const hourWrapper: (is24hr: boolean) => import("@emotion/utils").SerializedStyles;
export declare const minuteWrapper: (is24hr: boolean) => import("@emotion/utils").SerializedStyles;
export declare const colon: import("@emotion/utils").SerializedStyles;
export declare const time: (isActive: boolean) => import("@emotion/utils").SerializedStyles;
export declare const meridiem: import("@emotion/utils").SerializedStyles;