UNPKG

xverse-components-utils

Version:

xverse components utils

4 lines (3 loc) 180 B
import { PropsWithChildren } from 'react'; import { IModalProps } from 'xverse-components-modal'; export declare const showModal: (props: PropsWithChildren & IModalProps) => void;