@botonic/plugin-flow-builder
Version:
Use Flow Builder to show your contents
12 lines • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createWebviewContentsContext = void 0;
const react_1 = require("react");
const createWebviewContentsContext = () => (0, react_1.createContext)({
getTextContent: () => '',
getImageSrc: () => '',
setCurrentLocale: () => undefined,
contents: {},
});
exports.createWebviewContentsContext = createWebviewContentsContext;
//# sourceMappingURL=contents-context.js.map