UNPKG

@mysten/dapp-kit

Version:

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

11 lines (10 loc) 344 B
// src/constants/styleDataAttribute.ts var styleDataAttributeName = "data-dapp-kit"; var styleDataAttributeSelector = `[${styleDataAttributeName}]`; var styleDataAttribute = { [styleDataAttributeName]: "" }; export { styleDataAttribute, styleDataAttributeName, styleDataAttributeSelector }; //# sourceMappingURL=styleDataAttribute.js.map