Extensions: Expose an enum for available placements (#64586)

* feat: expose an enum type for extension placements

* fix: export the enum properly
This commit is contained in:
Levente Balogh
2023-03-10 13:55:38 +01:00
committed by GitHub
parent 548a5054ad
commit 79152969f3
5 changed files with 25 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
export enum GrafanaExtensions {
DashboardPanelMenu = 'grafana/dashboard/panel/menu',
}