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) 144 B
/** * Spanish translations */ import type { TableTranslations } from "../types"; export declare const spanishTranslations: TableTranslations;