igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
30 lines (29 loc) • 808 B
TypeScript
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 k;
get range(): number;
set range(a: number);
private m;
get format(): string;
set format(a: string);
private q;
get repeatedYearFormat(): string;
set repeatedYearFormat(a: string);
private p;
get repeatedMonthFormat(): string;
set repeatedMonthFormat(a: string);
private o;
get repeatedDayFormat(): string;
set repeatedDayFormat(a: string);
private n;
get labelFormatOverrideRef(): string;
set labelFormatOverrideRef(a: string);
}