UNPKG

react-base-guide

Version:

react ui components

5 lines (4 loc) 153 B
/// <reference types="react" /> import TableProps from "./interface"; declare const Table: (props: TableProps) => JSX.Element; export default Table;