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