UNPKG

datocms-plugin-sdk

Version:
11 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.renderConfigScreenBootstrapper = void 0; var utils_1 = require("../utils"); exports.renderConfigScreenBootstrapper = (0, utils_1.containedRenderModeBootstrapper)('renderConfigScreen', function (configuration, ctx) { if (!configuration.renderConfigScreen) { return; } configuration.renderConfigScreen(ctx); }); //# sourceMappingURL=renderConfigScreen.js.map