UNPKG

@web3mq/react-components

Version:
6 lines (5 loc) 165 B
import React from 'react'; export declare type NotificationProps = { className?: string; }; export declare const Notification: React.FC<NotificationProps>;