UNPKG

@bigmi/react

Version:

React primitives for Bitcoin apps.

13 lines (12 loc) 460 B
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); let _bigmi_core = require("@bigmi/core"); //#region src/errors/context.ts var BigmiProviderNotFoundError = class extends _bigmi_core.BaseError { constructor() { super("`useConfig` must be used within `BigmiProvider`."); this.name = "BigmiProviderNotFoundError"; } }; //#endregion exports.BigmiProviderNotFoundError = BigmiProviderNotFoundError; //# sourceMappingURL=context.js.map