UNPKG

material-ui-pickers-v4

Version:

React components, that implements material design pickers for material-ui v4 with updated material ui

8 lines (7 loc) 192 B
declare enum ClockType { HOURS = "hours", MINUTES = "minutes", SECONDS = "seconds" } export declare type ClockViewType = 'hours' | 'minutes' | 'seconds'; export default ClockType;