mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update Column.d.ts
This commit is contained in:
parent
1a7c40c169
commit
dbec556086
1 changed files with 2 additions and 0 deletions
2
components/lib/column/Column.d.ts
vendored
2
components/lib/column/Column.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue