From 4fdb964b867f8b62d079f1cd331ce592c4a596b1 Mon Sep 17 00:00:00 2001 From: kabaskar Date: Fri, 22 Dec 2023 15:09:25 +0100 Subject: [PATCH] added sortIcon property to type ColumnPassThroughOptionType --- components/lib/column/Column.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts index 61fa49f53..ab248843b 100755 --- a/components/lib/column/Column.d.ts +++ b/components/lib/column/Column.d.ts @@ -148,6 +148,10 @@ export interface ColumnPassThroughOptions { * Used to pass attributes to the sort's DOM element. */ sort?: ColumnPassThroughOptionType; + /** + * Used to pass attributes to the sort badge's DOM element. + */ + sortIcon?: ColumnPassThroughOptionType; /** * Used to pass attributes to the sort badge's DOM element. */