diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts index 88b5e3b22..a317a521f 100755 --- a/components/lib/column/Column.d.ts +++ b/components/lib/column/Column.d.ts @@ -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; } /**