UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

7 lines (6 loc) 257 B
import React from 'react'; import { ITableV2 } from './types/table'; export declare const Table: React.ForwardRefExoticComponent<ITableV2 & { children?: React.ReactNode | undefined; } & React.RefAttributes<HTMLDivElement>>; export { Table as TableV2 };