UNPKG

es-grid-template

Version:

es-grid-template

6 lines (5 loc) 259 B
/// <reference types="react" /> import './base-table/styles.scss'; import type { TableProps } from "../grid-component/type"; declare const InternalTable: <RecordType extends object>(props: TableProps<RecordType>) => JSX.Element; export default InternalTable;