UNPKG

@progress/kendo-react-dateinputs

Version:
5 lines (4 loc) 144 B
/** * The literal type that defines all possible Calendar views. */ export declare type ActiveView = 'month' | 'year' | 'decade' | 'century';