We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb043f commit b5c9168Copy full SHA for b5c9168
packages/compass-components/src/components/leafygreen.tsx
@@ -46,7 +46,7 @@ import {
46
Cell,
47
HeaderCell,
48
HeaderRow,
49
- ExpandedContent as LGExpandedContent,
+ ExpandedContent,
50
Row,
51
Table,
52
TableHead,
@@ -57,16 +57,9 @@ import {
57
type LeafyGreenVirtualItem,
58
getExpandedRowModel,
59
getFilteredRowModel,
60
- type ExpandedContentProps,
61
type TableProps,
62
} from '@leafygreen-ui/table';
63
64
-// TODO: Delete once LG-5589 is resolved
65
-interface ExpandedContentComponentType {
66
- <T>(props: ExpandedContentProps<T>): React.JSX.Element | null;
67
-}
68
-const ExpandedContent = LGExpandedContent as ExpandedContentComponentType;
69
-
70
export type {
71
LGColumnDef,
72
HeaderGroup,
0 commit comments