UNPKG

ng-devui

Version:

DevUI components based on Angular

12 lines (11 loc) 229 B
export declare enum SelectDateChangeReason { date = 0, time = 1, button = 2, format = 3, custom = 4 } export interface SelectDateChangeEventArgs { reason: SelectDateChangeReason; selectedDate: Date; }