UNPKG

@trussworks/react-uswds

Version:
3 lines (2 loc) 200 B
import { ComponentType, JSX } from 'react'; export declare function withDeprecationWarning<P extends JSX.IntrinsicAttributes>(Component: ComponentType<P>, warning: string): (props: P) => JSX.Element;