Update Column.d.ts
parent
2922f574f0
commit
69780b5698
|
@ -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…
Reference in New Issue