@wulperstudio/cms
Version:
Wulper Studio Library Components CMS
10 lines (9 loc) • 330 B
TypeScript
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;
};