UNPKG

@web3mq/react-components

Version:
7 lines (6 loc) 145 B
import React from 'react'; declare type IProps = { content: string; }; export declare const SystemNotify: React.FC<IProps>; export {};