UNPKG

igniteui-react-core

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