Skip to content

Commit 9c1e385

Browse files
committed
update prop desc for resizableProps
1 parent c4c313d commit 9c1e385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/DataViewTable/DataViewTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type DataViewTh =
1010
| {
1111
/** Table head cell node */
1212
cell: ReactNode;
13-
/** Whether the column is resizable */
13+
/** Additional props for a resizable column */
1414
resizableProps?: DataViewThResizableProps;
1515
/** Props passed to Th */
1616
props?: ThProps;

0 commit comments

Comments
 (0)