UNPKG

@mysten/dapp-kit

Version:

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

3 lines (2 loc) 149 B
import type { ComponentProps } from 'react'; export declare function SuiIcon(props: ComponentProps<'svg'>): import("react/jsx-runtime").JSX.Element;