UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

12 lines (11 loc) 590 B
export { default as AvatarActive } from "./Active"; export { default as AvatarBot } from "./Bot"; export { default as AvatarDefault } from "./Default"; export { default as AvatarFailure } from "./Failure"; export { default as AvatarGroup } from "./Group"; export { default as AvatarInactive } from "./Inactive"; export { default as AvatarKitchenSink } from "./KitchenSink"; export { default as AvatarNotification } from "./Notification"; export { default as AvatarSelf } from "./Self"; export { default as AvatarStatus } from "./Status"; export { default as AvatarTyping } from "./Typing";