UNPKG

@linenext/dapp-portal-sdk

Version:

Dapp Portal SDK

3 lines (2 loc) 273 B
import { ClickEventEmitterUiType } from './ClickEventEmitter'; export declare const getTokenApprovePopup: (type: ClickEventEmitterUiType, isMobileUserAgent: boolean, imageUrl: string, tokenName: string | null, tokenImageUrl: string | null, scope: string | null) => string;