UNPKG

ng-clock-picker-lib-voova

Version:

This is a customize version from the original https://jedrzejiwanicki.github.io/ng-clockpicker, Original function will not work the same

9 lines (8 loc) 205 B
export declare class Mode { _mode: string; mode: string; readonly isModeMinutes: boolean; readonly isModeHours: boolean; setModeToMinutes(): void; setModeToHours(): void; }