mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Update Column.d.ts
This commit is contained in:
parent
2922f574f0
commit
69780b5698
1 changed files with 5 additions and 0 deletions
5
components/lib/column/Column.d.ts
vendored
5
components/lib/column/Column.d.ts
vendored
|
@ -567,6 +567,11 @@ export interface ColumnProps {
|
|||
* @defaultValue false
|
||||
*/
|
||||
hidden?: boolean | undefined;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* @type {ColumnPassThroughOptions}
|
||||
*/
|
||||
pt?: ColumnPassThroughOptions;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue