UNPKG

cozy-intent

Version:

Event-based library allowing interactions between React-Native and React applications

16 lines (11 loc) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useWebviewIntent = void 0; var _react = require("react"); var _view = require("../../view"); var useWebviewIntent = function useWebviewIntent() { return (0, _react.useContext)(_view.WebviewContext); }; exports.useWebviewIntent = useWebviewIntent;