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