UNPKG

@mysten/dapp-kit

Version:

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

7 lines (6 loc) 252 B
import type { Theme } from '../../themes/themeContract.js'; type InjectedThemeStylesProps = { theme: Theme; }; export declare function InjectedThemeStyles({ theme }: InjectedThemeStylesProps): import("react/jsx-runtime.js").JSX.Element; export {};