react-timekeeper
Version:
Time picker based on the style of the Google Keep app
9 lines (8 loc) • 308 B
TypeScript
interface Props {
hour24Mode?: boolean;
inner?: boolean;
enabled?: boolean;
}
export declare const numbersStyle: ({ hour24Mode, inner, enabled, }: Props) => import("@emotion/utils").SerializedStyles;
export declare const numbersWrapperStyle: import("@emotion/utils").SerializedStyles;
export {};