UNPKG

@mysten/dapp-kit

Version:

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

9 lines (5 loc) 273 B
// Copyright (c) Mysten Labs, Inc. // SPDX-License-Identifier: Apache-2.0 export const styleDataAttributeName = 'data-dapp-kit'; export const styleDataAttributeSelector = `[${styleDataAttributeName}]`; export const styleDataAttribute = { [styleDataAttributeName]: '' };