UNPKG

es-grid-template

Version:

es-grid-template

9 lines (8 loc) 348 B
/// <reference types="react" /> import 'react-resizable/css/styles.css'; import 'dayjs/locale/es'; import 'dayjs/locale/vi'; import '../table-component'; import type { TableProps } from './../grid-component/type'; declare const InternalTable: <RecordType extends object>(props: TableProps<RecordType>) => JSX.Element; export default InternalTable;