UNPKG

@grafana/runtime

Version:
13 lines (10 loc) 290 B
import { jsx } from 'react/jsx-runtime'; "use strict"; let PluginPage = ({ children }) => { return /* @__PURE__ */ jsx("div", { children }); }; function setPluginPage(component) { PluginPage = component; } export { PluginPage, setPluginPage }; //# sourceMappingURL=PluginPage.mjs.map