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) 201 B
import React from "react"; import { NotificationBannerProps } from "./NotificationBanner.types"; declare const NotificationBanner: React.FC<NotificationBannerProps>; export default NotificationBanner;