UNPKG

@rocket.chat/fuselage-toastbar

Version:
13 lines 651 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useToastBarDismiss = exports.useToastBarDispatch = exports.ToastBarContext = void 0; const react_1 = require("react"); exports.ToastBarContext = (0, react_1.createContext)({ dispatch: () => undefined, dismiss: () => undefined, }); const useToastBarDispatch = () => (0, react_1.useContext)(exports.ToastBarContext).dispatch; exports.useToastBarDispatch = useToastBarDispatch; const useToastBarDismiss = () => (0, react_1.useContext)(exports.ToastBarContext).dismiss; exports.useToastBarDismiss = useToastBarDismiss; //# sourceMappingURL=ToastBarContext.js.map