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