We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f991f2e commit d0b0009Copy full SHA for d0b0009
1 file changed
src/components/Table/TableExpandRow.tsx
@@ -11,7 +11,7 @@ import { TableCell } from "./index";
11
// workaround to get type/interface
12
type CarbonTableExpandRowProps = React.ComponentProps<typeof CarbonTableExpandRow>;
13
export interface TableExpandRowProps
14
- extends Omit<CarbonTableExpandRowProps, "ref" | "ariaLabel" | "expandIconDescription" | "aria-label">,
+ extends Omit<CarbonTableExpandRowProps, "children" | "ref" | "ariaLabel" | "expandIconDescription" | "aria-label">,
15
React.HTMLAttributes<HTMLTableRowElement> {
16
/**
17
* This text is displayed as tooltip for the button that toggles the expanded/collapsed state.
0 commit comments