mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana/ui: Export UsersIndicator (#100698)
grafana-ui: Export UsersIndicator
This commit is contained in:
parent
dc3de1a1d5
commit
da66060f75
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user