From da66060f754e29467d9a653d8ac0242c107921cf Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Fri, 14 Feb 2025 11:58:42 +0200 Subject: [PATCH] Grafana/ui: Export UsersIndicator (#100698) grafana-ui: Export UsersIndicator --- packages/grafana-ui/src/components/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/index.ts b/packages/grafana-ui/src/components/index.ts index b62e96627a0..a22b93a5bff 100644 --- a/packages/grafana-ui/src/components/index.ts +++ b/packages/grafana-ui/src/components/index.ts @@ -275,6 +275,7 @@ export { ButtonSelect } from './Dropdown/ButtonSelect'; export { Dropdown } from './Dropdown/Dropdown'; export { PluginSignatureBadge, type PluginSignatureBadgeProps } from './PluginSignatureBadge/PluginSignatureBadge'; export { UserIcon, type UserIconProps } from './UsersIndicator/UserIcon'; +export { UsersIndicator, type UsersIndicatorProps } from './UsersIndicator/UsersIndicator'; export { type UserView } from './UsersIndicator/types'; export { Avatar } from './UsersIndicator/Avatar'; // Export this until we've figured out a good approach to inline form styles.