UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

8 lines (7 loc) 234 B
/** * Utility function to convert names into initials * * @param title The name of the person/space this avatar is for * @returns string with initials */ export declare const getInitials: (title: string, type: string) => string;