Chore: Remove deprecated TextDisplayOptions export (#49705)

This commit is contained in:
kay delaney
2022-05-26 15:02:11 +01:00
committed by GitHub
parent 43249464bb
commit c6ac9410b2
5 changed files with 8 additions and 21 deletions

View File

@@ -26,6 +26,3 @@ export { PanelPlugin, SetFieldConfigOptionsArgs, StandardOptionConfig } from './
export { createFieldConfigRegistry } from './panel/registryFactories';
export { QueryRunner, QueryRunnerOptions } from './types/queryRunner';
export { GroupingToMatrixTransformerOptions } from './transformations/transformers/groupingToMatrix';
// Moved to `@grafana/schema`, in Grafana 9, this will be removed
export * from './schema';

View File

@@ -1,11 +0,0 @@
// Moved to `@grafana/schema`, in Grafana 9, this will be removed
//---------------------------------------------------------------
// grafana/grafana/packages/grafana-schema$ grep export src/schema/*.ts
/**
* @deprecated Moved to `@grafana/schema` package and will be removed in Grafana 9
* @public
*/
export {
// Styles that changed
VizTextDisplayOptions as TextDisplayOptions, // rename
} from '@grafana/schema';