UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 290 B
import React, { RefAttributes } from 'react'; import { TableProps } from './Table.types'; /** * Tables are components used to display large amounts of data */ declare const Table: React.ForwardRefExoticComponent<RefAttributes<HTMLTableElement> & TableProps>; export default Table;