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

8 lines (7 loc) 294 B
import React from 'react'; import { ITableStandAlone } from './types/table'; /** * @description * Table component is used to display data in a tabular format. */ export declare const TableStandAlone: React.ForwardRefExoticComponent<ITableStandAlone & React.RefAttributes<HTMLTableElement>>;