@stablecoin.xyz/react
Version:
React hooks and components for SBC Account Abstraction
9 lines • 515 B
TypeScript
export * from './hooks/useSbcApp';
export * from './hooks/useUserOperation';
export * from './components/SbcProvider';
export * from './components/WalletConnect';
export * from './components/WalletButton';
export * from './components/WalletSelector';
export * from './types';
export type { SbcAppKitConfig, SendUserOperationParams, UserOperationParams, UserOperationResult, UserOperationEstimate, AccountInfo, ChainConfig, CallParams, LoggingConfig } from '@stablecoin.xyz/core';
//# sourceMappingURL=index.d.ts.map