UNPKG

ng-pick-datetime

Version:
25 lines (24 loc) 685 B
import { Subject } from 'rxjs'; export declare class OwlDateTimeIntl { readonly changes: Subject<void>; upSecondLabel: string; downSecondLabel: string; upMinuteLabel: string; downMinuteLabel: string; upHourLabel: string; downHourLabel: string; prevMonthLabel: string; nextMonthLabel: string; prevYearLabel: string; nextYearLabel: string; prevMultiYearLabel: string; nextMultiYearLabel: string; switchToMonthViewLabel: string; switchToMultiYearViewLabel: string; cancelBtnLabel: string; setBtnLabel: string; rangeFromLabel: string; rangeToLabel: string; hour12AMLabel: string; hour12PMLabel: string; }