UNPKG

@wulperstudio/cms

Version:
10 lines (9 loc) 330 B
export declare const getAvatarLetters: (text: string, limit?: number) => string; export declare const getAvatarColor: (index: number) => string; export declare const getAvatarImage: (index: number) => string; export declare function stringAvatar(name: string): { sx: { bgcolor: string; }; children: string; };