UNPKG

web3-mq-react

Version:
15 lines (14 loc) 427 B
import React from 'react'; import type { Client } from 'web3-mq'; declare type FollowRequestButtonGroupProps = { client: Client; containerId?: string; warnText?: string; showFollow?: boolean; showBlockBtn?: boolean; userId?: string; onFollow?: () => void; onCancel?: () => void; }; export declare const FollowRequestButtonGroup: React.FC<FollowRequestButtonGroupProps>; export {};