UNPKG

web3-mq-react

Version:
7 lines (6 loc) 149 B
import React from 'react'; declare type IProps = { showCount?: number; }; export declare const RenderWallets: React.FC<IProps>; export {};