UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

9 lines (8 loc) 525 B
import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; import { GridToolbar as GridToolbar_internal } from './GridToolbar'; import { IgrGridToolbar as IgrGridToolbar } from './igr-grid-toolbar'; export declare class IgrGridToolbarCollection extends IgCollection<IgrGridToolbar, GridToolbar_internal> { constructor(list?: IgrGridToolbar[]); protected _createInnerColl(): SyncableObservableCollection$2<IgrGridToolbar, GridToolbar_internal>; }