UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

4 lines (3 loc) 209 B
import type { DataTableProps } from './DataTable.types'; declare function DataTable({ rows, columns, slots, ...otherProps }: DataTableProps): import("react/jsx-runtime").JSX.Element; export default DataTable;