UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

5 lines (4 loc) 142 B
import { DataTableProps } from "./types"; import React from "react"; declare const DataTable: React.FC<DataTableProps>; export { DataTable };