UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

27 lines (26 loc) 658 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebPivotDateDimensionOptionsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private n; get total(): boolean; set total(a: boolean); private o; get years(): boolean; set years(a: boolean); private m; get quarters(): boolean; set quarters(a: boolean); private l; get months(): boolean; set months(a: boolean); private k; get fullDate(): boolean; set fullDate(a: boolean); }