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) 209 B
import React, { HTMLAttributes } from "react"; import { InsetTextProps } from "./InsetText.types"; declare const InsetText: React.FC<InsetTextProps & HTMLAttributes<HTMLDivElement>>; export default InsetText;