UNPKG

@coinbase/wallet-sdk

Version:
3 lines 225 B
export type LogoType = 'standard' | 'circle' | 'text' | 'textWithLogo' | 'textLight' | 'textWithLogoLight'; export declare const walletLogo: (type: LogoType, width: number) => string; //# sourceMappingURL=wallet-logo.d.ts.map