UNPKG

@tra-tech/react-native-kitra

Version:
19 lines (18 loc) 469 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = require("react"); var _notification = require("../notification/notification"); const useNotification = () => { const { showNotification } = (0, _react.useContext)(_notification.NotificationContext); return { showNotification }; }; var _default = useNotification; exports.default = _default; //# sourceMappingURL=useNotification.js.map