@gravity-ui/uikit
Version:
Gravity UI base styling and components
11 lines (10 loc) • 953 B
TypeScript
export { withTableSelection } from "./withTableSelection/withTableSelection.js";
export type { WithTableSelectionProps } from "./withTableSelection/withTableSelection.js";
export { withTableActions } from "./withTableActions/withTableActions.js";
export type { RenderRowActionsProps, WithTableActionsProps, TableActionConfig, TableAction, TableActionGroup, } from "./withTableActions/withTableActions.js";
export { withTableCopy } from "./withTableCopy/withTableCopy.js";
export type { WithTableCopyProps } from "./withTableCopy/withTableCopy.js";
export { withTableSorting, TableSortIndicator } from "./withTableSorting/withTableSorting.js";
export type { WithTableSortingProps, TableSortState, TableColumnSortState, } from "./withTableSorting/withTableSorting.js";
export { withTableSettings } from "./withTableSettings/withTableSettings.js";
export type { WithTableSettingsProps, TableSettingsData, } from "./withTableSettings/withTableSettings.js";