mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove deprecated TextDisplayOptions export (#49705)
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
Reference in New Issue
Block a user