UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 225 B
import { DataTableProps } from './types'; declare const DataTable: ({ className, data, ignore, caption, dividersX, dividersY, sortable, }: DataTableProps) => import("react/jsx-runtime").JSX.Element; export default DataTable;