UNPKG

@mysten/dapp-kit

Version:

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

7 lines (6 loc) 290 B
import type { ButtonHTMLAttributes } from 'react'; declare const IconButton: import("react").ForwardRefExoticComponent<{ asChild?: boolean; 'aria-label': string; } & ButtonHTMLAttributes<HTMLButtonElement> & import("react").RefAttributes<HTMLButtonElement>>; export { IconButton };