UNPKG

datocms-plugin-sdk

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