UNPKG

@hmlr/govuk-react-components-library

Version:

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

7 lines (6 loc) 158 B
import { TagProps } from "../Tag/Tag.types"; export interface PhaseBannerProps { className?: string; tag?: TagProps; children: React.ReactNode; }