UNPKG

@grafana/ui

Version:
14 lines (11 loc) 565 B
import { LoadingIndicator } from './LoadingIndicator.mjs'; import { PanelChrome as PanelChrome$1 } from './PanelChrome.mjs'; import { TitleItem } from './TitleItem.mjs'; export { PanelContextProvider, PanelContextRoot, usePanelContext } from './PanelContext.mjs'; export { SeriesVisibilityChangeMode } from './types.mjs'; "use strict"; const PanelChrome = PanelChrome$1; PanelChrome.LoadingIndicator = LoadingIndicator; PanelChrome.TitleItem = TitleItem; export { PanelChrome, LoadingIndicator as PanelChromeLoadingIndicator }; //# sourceMappingURL=index.mjs.map