UNPKG

@apoorvdwi/excalidraw-collab

Version:
7 lines (6 loc) 264 B
import { AppState } from "./types"; export declare const getClientColors: (clientId: string, appState: AppState) => string | { background: string; stroke: string; }; export declare const getClientInitials: (userName?: string | null | undefined) => string;