We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa4b9f commit 68a44b1Copy full SHA for 68a44b1
packages/components/src/components/hds/advanced-table/th.ts
@@ -35,7 +35,7 @@ export interface HdsAdvancedTableThSignature {
35
newLabel?: string;
36
isExpandable?: boolean;
37
parentId?: string;
38
- onClickToggle?: (newValue?: HdsAdvancedTableExpandState) => void;
+ onClickToggle?: () => void;
39
isExpanded?: HdsAdvancedTableExpandState;
40
depth?: number;
41
didInsertExpandButton?: (button: HTMLButtonElement) => void;
0 commit comments