@audira/carbon-react-native
Version:
Build React Native apps with component and shared patterns using Carbon
16 lines (15 loc) • 409 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ToastContext = void 0;
var _react = require("react");
const ToastContext = exports.ToastContext = /*#__PURE__*/(0, _react.createContext)({
show() {
throw new Error('Uninitialized ToastProvider');
},
dismiss() {
throw new Error('Uninitialized ToastProvider');
}
});
//# sourceMappingURL=ToastContext.js.map