UNPKG

@hmlr/govuk-react-components-library

Version:

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

6 lines (5 loc) 203 B
import { FC } from "react"; import { WithRefProps } from "./WithReference.types"; declare const WithRef: FC<WithRefProps>; declare const WithItemRefs: FC<WithRefProps>; export { WithRef, WithItemRefs };