igniteui-react-core
Version:
Ignite UI React Core.
27 lines (26 loc) • 658 B
TypeScript
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);
}