Grafana/ui: Export UsersIndicator (#100698)

grafana-ui: Export UsersIndicator
This commit is contained in:
Alex Khomenko 2025-02-14 11:58:42 +02:00 committed by GitHub
parent dc3de1a1d5
commit da66060f75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.