UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

9 lines (8 loc) 749 B
import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from "igniteui-react-layouts"; import { IgrPropertyEditorPropertyDescription as IgrPropertyEditorPropertyDescription } from "igniteui-react-layouts"; export declare class IgrHorizontalPropertyEditorDataSource extends IgCollection<IgrPropertyEditorPropertyDescription, PropertyEditorPropertyDescription_internal> { constructor(list?: IgrPropertyEditorPropertyDescription[]); protected _createInnerColl(): SyncableObservableCollection$2<IgrPropertyEditorPropertyDescription, PropertyEditorPropertyDescription_internal>; }