UNPKG

@britannica/ui

Version:
6 lines (5 loc) 181 B
import type { FC, HTMLAttributes } from 'react'; export interface TableProps extends HTMLAttributes<HTMLTableElement> { } declare const Table: FC<TableProps>; export default Table;