UNPKG

@mysten/dapp-kit

Version:

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

6 lines (4 loc) 224 B
// Copyright (c) Mysten Labs, Inc. // SPDX-License-Identifier: Apache-2.0 export type { SignedPersonalMessage, SignedTransaction } from '@mysten/wallet-standard'; export type { ThemeVars } from './themes/themeContract.js';