UNPKG

@grafana/runtime

Version:
17 lines (14 loc) 396 B
import { jsxs } from 'react/jsx-runtime'; "use strict"; let PanelDataErrorView = ({ message }) => { return /* @__PURE__ */ jsxs("div", { children: [ "Unable to render data: ", message, "." ] }); }; function setPanelDataErrorView(renderer) { PanelDataErrorView = renderer; } export { PanelDataErrorView, setPanelDataErrorView }; //# sourceMappingURL=PanelDataErrorView.mjs.map