UNPKG

@trussworks/react-uswds

Version:
6 lines (5 loc) 251 B
import { JSX } from 'react'; export type BannerProps = { divProps?: JSX.IntrinsicElements['div']; } & JSX.IntrinsicElements['section']; export declare const Banner: ({ children, divProps, className, ...sectionProps }: BannerProps) => JSX.Element;