UNPKG

datocms-plugin-sdk

Version:
8 lines 350 B
import { containedRenderModeBootstrapper } from '../utils'; export var renderConfigScreenBootstrapper = containedRenderModeBootstrapper('renderConfigScreen', function (configuration, ctx) { if (!configuration.renderConfigScreen) { return; } configuration.renderConfigScreen(ctx); }); //# sourceMappingURL=renderConfigScreen.js.map