UNPKG

ory-editor-plugins-image

Version:

15 lines 726 B
"use strict"; var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; result["default"] = mod; return result; }; Object.defineProperty(exports, "__esModule", { value: true }); var React = __importStar(require("react")); exports.defaultSettings = { Controls: function () { return React.createElement(React.Fragment, null, " Controls for this plugin were not provided"); }, Renderer: function () { return React.createElement(React.Fragment, null, "Renderer; for this plugin was not provided "); }, }; //# sourceMappingURL=settings.js.map