UNPKG

@excalidraw/excalidraw

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