fundamental-ngx
Version:
SAP Fiori Fundamentals, implemented in Angular
27 lines (26 loc) • 1.03 kB
TypeScript
export declare class TimeI18nLabels {
/** Aria label for the 'increase hours' button */
increaseHoursLabel: string;
/** Aria label for the 'hours' input */
hoursLabel: string;
/** Aria label for the 'decrease hours' button */
decreaseHoursLabel: string;
/** Aria label for the 'increase minutes' button */
increaseMinutesLabel: string;
/** Aria label for the 'minutes' input */
minutesLabel: string;
/** Aria label for the 'decrease minutes' button */
decreaseMinutesLabel: string;
/** Aria label for the 'increase seconds' button */
increaseSecondsLabel: string;
/** Aria label for the 'seconds' input */
secondsLabel: string;
/** Aria label for the 'decrease seconds' button */
decreaseSecondsLabel: string;
/** Aria label for the 'increase period' button */
increasePeriodLabel: string;
/** Aria label for the 'period' input */
periodLabel: string;
/** Aria label for the 'decrease period' button */
decreasePeriodLabel: string;
}