grafana/packages/grafana-ui/src/components/SingleStatShared/index.ts

9 lines
236 B
TypeScript
Raw Normal View History

export { FieldDisplayEditor } from './FieldDisplayEditor';
export {
SingleStatBaseOptions,
sharedSingleStatPanelChangedHandler,
sharedSingleStatMigrationHandler,
convertOldAngularValueMapping,
} from './SingleStatBaseOptions';