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 i; get total(): boolean; set total(a: boolean); private j; get years(): boolean; set years(a: boolean); private h; get quarters(): boolean; set quarters(a: boolean); private g; get months(): boolean; set months(a: boolean); private f; get fullDate(): boolean; set fullDate(a: boolean); }