UNPKG

@mysten/dapp-kit

Version:

A collection of React hooks and components for interacting with the Sui blockchain and wallets.

6 lines (5 loc) 207 B
export declare const styleDataAttributeName = "data-dapp-kit"; export declare const styleDataAttributeSelector = "[data-dapp-kit]"; export declare const styleDataAttribute: { "data-dapp-kit": string; };