UNPKG

@grafana/runtime

Version:
10 lines (8 loc) 285 B
let EmbeddedDashboard = () => { throw new Error("EmbeddedDashboard requires runtime initialization"); }; function setEmbeddedDashboard(component) { EmbeddedDashboard = component; } export { EmbeddedDashboard, setEmbeddedDashboard }; //# sourceMappingURL=EmbeddedDashboard.mjs.map