Update Column.d.ts

pull/3949/head
Tuğçe Küçükoğlu 2023-05-10 14:41:33 +03:00
parent 1a7c40c169
commit dbec556086
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
import { VNode } from 'vue';
import { ButtonPassThroughOptionType } from '../button';
import { DataTablePassThroughOptions } from '../datatable';
import { DropdownPassThroughOptionType } from '../dropdown';
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
import { VirtualScrollerLoaderOptions } from '../virtualscroller';
@ -24,6 +25,7 @@ export interface ColumnPassThroughMethodOptions {
props: ColumnProps;
state: ColumnState;
context: ColumnContext;
parent: DataTablePassThroughOptions;
}
/**