import type { ITableColumnEditorItem } from './ITableColumnEditorItem'; /** * Represents the properties of the `TableColumnEditorElement`. * * @public */ export interface ITableColumnEditorElementProps { /** * The column items to display and edit. */ columns: Array; } /** * @public */ export declare namespace ITableColumnEditorElementProps { const DEFAULTS: ITableColumnEditorElementProps; } //# sourceMappingURL=ITableColumnEditorElementProps.d.ts.map