UNPKG

@safe-global/safe-react-hooks

Version:

A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts

5 lines (4 loc) 168 B
import { BaseError } from './BaseError.js'; export declare class MissingSafeProviderError extends BaseError<string> { constructor(message?: string, cause?: any); }