UNPKG

@web3mq/react-components

Version:
11 lines (10 loc) 313 B
import React from 'react'; import { AppTypeEnum } from '../../../context'; declare type NotificationModalProps = { appType?: AppTypeEnum; btnNode?: React.ReactNode; isShow?: boolean; title?: string; }; export declare const NotificationModal: React.FC<NotificationModalProps>; export {};