UNPKG

@wandevs/web3modal

Version:

A single Web3 / Ethereum provider solution for all Wallets

14 lines 1.04 kB
export declare const MODAL_LIGHTBOX_CLASSNAME = "web3modal-modal-lightbox"; export declare const MODAL_CONTAINER_CLASSNAME = "web3modal-modal-container"; export declare const MODAL_TITLE_CLASSNAME = "web3modal-modal-title"; export declare const MODAL_TITLE_CLOSE_CLASSNAME = "web3modal-modal-title-close-icon"; export declare const MODAL_HITBOX_CLASSNAME = "web3modal-modal-hitbox"; export declare const MODAL_CARD_CLASSNAME = "web3modal-modal-card"; export declare const MODAL_CARD_CON_CLASSNAME = "web3modal-modal-card-con"; export declare const PROVIDER_WRAPPER_CLASSNAME = "web3modal-provider-wrapper"; export declare const PROVIDER_CONTAINER_CLASSNAME = "web3modal-provider-container"; export declare const PROVIDER_ICON_CLASSNAME = "web3modal-provider-icon"; export declare const PROVIDER_NAME_CLASSNAME = "web3modal-provider-name"; export declare const PROVIDER_DESCRIPTION_CLASSNAME = "web3modal-provider-description"; export declare const CONNECT_BUTTON_CLASSNAME = "web3modal-connect-button"; //# sourceMappingURL=classNames.d.ts.map