File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
packages/compass-components/src/components Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import {
4646 Cell ,
4747 HeaderCell ,
4848 HeaderRow ,
49- ExpandedContent as LGExpandedContent ,
49+ ExpandedContent ,
5050 Row ,
5151 Table ,
5252 TableHead ,
@@ -55,16 +55,9 @@ import {
5555 useLeafyGreenTable ,
5656 getExpandedRowModel ,
5757 getFilteredRowModel ,
58- type ExpandedContentProps ,
5958} from '@leafygreen-ui/table' ;
6059import type { Row as LgTableRowType } from '@tanstack/table-core' ; // TODO(COMPASS-8437): import from LG
6160
62- // TODO: Delete once LG-5589 is resolved
63- interface ExpandedContentComponentType {
64- < T > ( props : ExpandedContentProps < T > ) : React . JSX . Element | null ;
65- }
66- const ExpandedContent = LGExpandedContent as ExpandedContentComponentType ;
67-
6861export type {
6962 LGColumnDef ,
7063 HeaderGroup ,
You can’t perform that action at this time.
0 commit comments