first commit
This commit is contained in:
5
ui/components/table/index.ts
Normal file
5
ui/components/table/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { ColumnConfigDropdown } from "./columnConfigDropdown";
|
||||
export { buildPinStyle, PIN_SHADOW_LEFT, PIN_SHADOW_RIGHT, useHeaderCellRefs, usePinOffsets } from "./columnPinning";
|
||||
export { DraggableColumnHeader, TH_CLASS } from "./draggableColumnHeader";
|
||||
export { useColumnConfig } from "./hooks/useColumnConfig";
|
||||
export type { ColumnConfigEntry } from "./hooks/useColumnConfig";
|
||||
Reference in New Issue
Block a user