UNPKG

@trussworks/react-uswds

Version:
9 lines (8 loc) 436 B
import { default as React, JSX } from 'react'; import { ModalRef } from './Modal'; import { CustomLinkProps, DefaultLinkProps } from '../Link/Link'; export type ModalOpenLinkProps = { modalRef: React.RefObject<ModalRef | null>; }; export declare function ModalOpenLink(props: DefaultLinkProps & ModalOpenLinkProps): JSX.Element; export declare function ModalOpenLink<T>(props: CustomLinkProps<T> & ModalOpenLinkProps): JSX.Element;