UNPKG

mistui-kit

Version:

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

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