UNPKG

@happy-table/vue3

Version:

A high-performance Vue 3 table component for B2B systems with TypeScript support

7 lines (6 loc) 374 B
export { VueTable, ThemeProvider, ThemeSwitcher } from './components'; export { useSorting, useFiltering, usePagination, useVirtual, useTheme } from './composables'; export * from './composables'; export * from './components'; export type { TableConfig, TableColumn, TableRow as TableRowType } from './types'; export type { ThemeName, ThemeVariables } from './types/theme';