igniteui-react-grids
Version:
Ignite UI React grid components.
35 lines (34 loc) • 874 B
TypeScript
import { Base, Type } from "igniteui-react-core";
import { WCNativeHelper } from "igniteui-react";
/**
* @hidden
*/
export declare abstract class ExporterOptionsBase extends Base {
static $t: Type;
private a;
protected get b(): WCNativeHelper;
private l;
protected get nativeElement(): any;
protected set nativeElement(a: any);
setNativeElement(a: any): void;
get g(): boolean;
set g(a: boolean);
get h(): boolean;
set h(a: boolean);
get f(): boolean;
set f(a: boolean);
get k(): boolean;
set k(a: boolean);
get i(): boolean;
set i(a: boolean);
get j(): boolean;
set j(a: boolean);
get d(): boolean;
set d(a: boolean);
get e(): boolean;
set e(a: boolean);
get c(): boolean;
set c(a: boolean);
get n(): string;
set n(a: string);
}