UNPKG

ni-clock

Version:
14 lines (13 loc) 334 B
import { OnInit } from '@angular/core'; export declare class NiClockComponent implements OnInit { time: Date; auto: boolean; constructor(); ngOnInit(): void; get hours(): number; get minutes(): number; get seconds(): number; get zHour(): string; get zMinute(): string; get zSecond(): string; }