import { PanelOptions } from './types'; import { Panel } from './components/Panel'; import { PanelPlugin } from '@grafana/data'; export const plugin = new PanelPlugin(Panel);