UNPKG

tanstack-shadcn-table

Version:

A powerful, feature-rich React table component built on top of TanStack Table v8 with shadcn/ui styling. Optimized bundle size with 55% reduction through peer dependencies.

17 lines (16 loc) 495 B
/** * Locale exports - Tree-shakeable language imports * * Import only the languages you need: * * @example * ```ts * import { defaultTranslations } from 'tanstack-shadcn-table/i18n/en'; * import { turkishTranslations } from 'tanstack-shadcn-table/i18n/tr'; * ``` */ export { defaultTranslations } from "./en"; export { turkishTranslations } from "./tr"; export { spanishTranslations } from "./es"; export { frenchTranslations } from "./fr"; export { germanTranslations } from "./de";