From 69780b569811baf02c249d6372baae71ed24f09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 17 May 2023 17:23:12 +0300 Subject: [PATCH] Update Column.d.ts --- components/lib/column/Column.d.ts | 5 +++++ 1 file changed, 5 insertions(+) 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; } /**