UNPKG

ng-clock-picker-lib

Version:

[![CircleCI](https://circleci.com/gh/jedrzejiwanicki/ng-clockpicker/tree/master.svg?style=svg)](https://circleci.com/gh/jedrzejiwanicki/ng-clockpicker/tree/master)

12 lines (11 loc) 313 B
import { ClockPickerConfig } from '../interfaces'; import { Time } from '../classes/Time'; export declare class ClockPickerService { _config: ClockPickerConfig; _time: Time; init(): void; readonly Time: Time; config: ClockPickerConfig; clockValues(mode: string): any; constructor(); }