UNPKG

react-timekeeper

Version:

Time picker based on the style of the Google Keep app

8 lines (7 loc) 270 B
export declare const meridiemWrapper: import("@emotion/utils").SerializedStyles; interface Props { isRight?: boolean; isSelected: boolean; } export declare const meridiem: ({ isRight, isSelected }: Props) => import("@emotion/utils").SerializedStyles; export {};