wagmi
Version:
React Hooks for Ethereum
9 lines • 492 B
JavaScript
////////////////////////////////////////////////////////////////////////////////
// Tempo
////////////////////////////////////////////////////////////////////////////////
/** biome-ignore-all lint/performance/noReExportAll: entrypoint */
// biome-ignore lint/performance/noBarrelFile: entrypoint module
export { Actions, dangerous_secp256k1, tempoWallet, webAuthn, } from '@wagmi/core/tempo';
// Export Hooks
export * as Hooks from '../tempo/hooks/index.js';
//# sourceMappingURL=tempo.js.map