@trussworks/react-uswds
Version:
React USWDS 3.0 component library
8 lines (7 loc) • 404 B
TypeScript
import { default as React } from 'react';
import { HeadingLevel } from '../../types/headingLevel';
interface CollectionHeadingProps {
headingLevel: HeadingLevel;
}
export declare const CollectionHeading: ({ headingLevel, className, children, ...props }: CollectionHeadingProps & React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>) => React.ReactElement;
export {};