UNPKG

@hmlr/govuk-react-components-library

Version:

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

4 lines (3 loc) 164 B
import React from "react"; import { SvgIconProps } from "./Pagination.types"; export declare const SvgIcon: React.FC<SvgIconProps & React.SVGProps<SVGSVGElement>>;