@safe-global/safe-react-hooks
Version:
A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts
12 lines (11 loc) • 515 B
TypeScript
export * from './hooks/useSafe.js';
export * from './hooks/useConfirmTransaction.js';
export * from './hooks/useSendTransaction.js';
export * from './hooks/useUpdateOwners/index.js';
export * from './hooks/useUpdateThreshold.js';
export * from './hooks/useSendSafeOperation.js';
export * from './hooks/useConfirmSafeOperation.js';
export * from './types/index.js';
export * from './SafeProvider.js';
export { SafeContext, SafeContextType } from './SafeContext.js';
export { createConfig } from './createConfig.js';