UNPKG

@hmlr/govuk-react-components-library

Version:

These are common component use for React applications based on GDS and govuk-frontend

5 lines (4 loc) 136 B
import React from "react"; import { TableProps } from "./Table.types"; declare const Table: React.FC<TableProps>; export default Table;