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) 269 B
export { RowActions } from "./row-actions"; export type { RowAction, RowActionsProps } from "./row-actions"; export { FacetedFilter } from "./faceted-filter"; export type { FacetedFilterProps } from "./faceted-filter"; export type { Row } from "@tanstack/react-table";