UNPKG

@antonin-oc/react-data-table

Version:

A customizable and accessible React-Typescript data table component with sorting, filtering, and pagination.

11 lines (10 loc) 564 B
import { TableHTMLAttributes } from 'react'; import { tableHeading } from './types'; export declare const headings: tableHeading[]; export declare const attributesTestNothing: TableHTMLAttributes<any>; export declare const attributesTestAll: TableHTMLAttributes<any>; export declare const attributesTestTheme: TableHTMLAttributes<any>; export declare const dataTest: Record<string, any>[]; export declare const dataReadMe: Record<string, any>[]; export declare const headingsReadMe: tableHeading[]; export declare const attributesReadMe: TableHTMLAttributes<any>;