UNPKG

@surveycake/rc

Version:

react component of surveycake

7 lines (6 loc) 169 B
import React from 'react'; interface TableProps { children?: React.ReactNode; } declare const Table: (props: TableProps) => JSX.Element; export default Table;