UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

4 lines (3 loc) 150 B
import type { TableProps } from "../types"; declare function Table(props: TableProps): import("react/jsx-runtime").JSX.Element; export default Table;