@grafana/ui: fixes missing getAvailableIcons export (#106125)

grafana-ui: fixes missing getAvailableIcons export
This commit is contained in:
Hugo Häggmark
2025-05-28 10:51:29 +02:00
committed by GitHub
parent 0b8252fd7c
commit 7235765998
+1
View File
@@ -12,3 +12,4 @@ export * from './slate-plugins';
// Moved to `@grafana/schema`, in Grafana 9, this will be removed
export * from './schema';
export { getAvailableIcons } from './types';