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.

6 lines (5 loc) 142 B
/** * French translations */ import type { TableTranslations } from "../types"; export declare const frenchTranslations: TableTranslations;