ng-pick-datetime
Version:
Angular Date Time Picker
25 lines (24 loc) • 685 B
TypeScript
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;
}