UNPKG

@trussworks/react-uswds

Version:
8 lines (7 loc) 321 B
import { default as React } from 'react'; type ValidationChecklistProps = { id: string; children: React.ReactNode; }; export declare const ValidationChecklist: ({ children, className, ...ulProps }: ValidationChecklistProps & JSX.IntrinsicElements['ul']) => React.ReactElement; export default ValidationChecklist;