@aguycalled/web3modal
Version:
A single Web3 / Ethereum provider solution for all Wallets
11 lines • 810 B
TypeScript
export declare const MODAL_LIGHTBOX_CLASSNAME = "web3modal-modal-lightbox";
export declare const MODAL_CONTAINER_CLASSNAME = "web3modal-modal-container";
export declare const MODAL_HITBOX_CLASSNAME = "web3modal-modal-hitbox";
export declare const MODAL_CARD_CLASSNAME = "web3modal-modal-card";
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