@mysten/dapp-kit
Version:
A collection of React hooks and components for interacting with the Sui blockchain and wallets.
12 lines (11 loc) • 523 B
TypeScript
export declare const overlay: string;
export declare const title: string;
export declare const content: string;
export declare const whatIsAWalletButton: string;
export declare const viewContainer: string;
export declare const selectedViewContainer: string;
export declare const backButtonContainer: string;
export declare const closeButtonContainer: string;
export declare const walletListContent: string;
export declare const walletListContainer: string;
export declare const walletListContainerWithViewSelected: string;