UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

9 lines 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebviewContentType = void 0; var WebviewContentType; (function (WebviewContentType) { WebviewContentType["TEXT"] = "webview-text"; WebviewContentType["IMAGE"] = "webview-image"; })(WebviewContentType = exports.WebviewContentType || (exports.WebviewContentType = {})); //# sourceMappingURL=types.js.map