UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

4 lines (3 loc) • 420 B
import type { TableProps } from './types'; export declare function TableOld({ value, children, schema, className, style, footer, header, size, shadow, variant, color, ...props }: TableProps): import("react/jsx-runtime").JSX.Element; export default function Table({ value, children, schema, className, style, footer, header, size, shadow, variant, color, ...props }: TableProps): import("react/jsx-runtime").JSX.Element;