UNPKG

@marcosnbj/excalidraw

Version:
6 lines (5 loc) 175 B
export declare const getClientColor: (id: string) => string; /** * returns first char, capitalized */ export declare const getNameInitial: (name?: string | null) => string;