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) 203 B
interface Props { children?: any; onClose?: () => void; style?: any; } export default function Modal({ children, onClose, style }: Props): import("react/jsx-runtime").JSX.Element; export {};