UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

27 lines (26 loc) 705 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class TimeAxisLabelFormatDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get range(): number; set range(a: number); private j; get format(): string; set format(a: string); private m; get repeatedYearFormat(): string; set repeatedYearFormat(a: string); private l; get repeatedMonthFormat(): string; set repeatedMonthFormat(a: string); private k; get repeatedDayFormat(): string; set repeatedDayFormat(a: string); }