UNPKG

@excalidraw/math

Version:

Excalidraw math functions

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