UNPKG

@trussworks/react-uswds

Version:
8 lines (7 loc) 338 B
import { default as React } from 'react'; interface IdentifierMastheadProps { className?: string; children?: React.ReactNode; } export declare const IdentifierMasthead: ({ className, children, ...sectionProps }: IdentifierMastheadProps & JSX.IntrinsicElements['section']) => React.ReactElement; export default IdentifierMasthead;