UNPKG

@web3mq/react-components

Version:
11 lines (10 loc) 306 B
import React from 'react'; import { CommonIProps } from '../CommonOperationModal'; interface IProps extends CommonIProps { url: string; fastestUrl: string; targetWalletType: string; targetWalletAddress: string; } export declare const FollowUserModal: React.FC<IProps>; export {};