UNPKG

btc-wallet

Version:

BTC Wallet is a toolkit that enables Bitcoin usage on the NEAR blockchain through the Satoshi protocol.

8 lines (7 loc) 241 B
import { type ReactNode } from 'react'; declare const Tooltip: ({ children, content, className }: { children: ReactNode; content: string; className?: string; }) => import("react/jsx-runtime").JSX.Element; export default Tooltip;