Update Column.d.ts

pull/3997/head
Tuğçe Küçükoğlu 2023-05-17 17:23:12 +03:00
parent 2922f574f0
commit 69780b5698
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}
/**