UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

23 lines (22 loc) 729 B
import { GridToolbarContent } from "./GridToolbarContent"; import { WCNativeHelper } from "igniteui-react"; import { Type } from "igniteui-react-core"; import { GridToolbarBaseActionCollection } from "./GridToolbarBaseActionCollection"; /** * @hidden */ export declare class GridToolbarActions extends GridToolbarContent { static $t: Type; private d; protected get e(): WCNativeHelper; private f; protected get nativeElement(): any; protected set nativeElement(a: any); setNativeElement(a: any): void; private b; get c(): GridToolbarBaseActionCollection; protected get_a(): string; protected set_a(a: string): void; get a(): string; set a(a: string); }