UNPKG

@apoorvdwi/excalidraw-collab

Version:
7 lines (6 loc) 165 B
/// <reference types="react" /> import { Theme } from "../element/types"; export declare const LoadingMessage: React.FC<{ delay?: number; theme?: Theme; }>;