UNPKG

@grafana/runtime

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