@particle-network/wallet
Version:
A wallet component that can be easily injected into the developer's website to provide rich custom styles.
6 lines (5 loc) • 389 B
TypeScript
import { WalletEntryPlugin } from './walletPlugin';
export type { CustomEventHandler, CustomMessageType, EthereumProvider, MessageType, ProjectConfig, SolanaWallet, WalletConfig, WalletCore, WalletCustomStyle, WalletOption, } from './types';
export { EntryPosition } from './types';
declare const walletEntryPlugin: WalletEntryPlugin;
export { walletEntryPlugin, type WalletEntryPlugin };