UNPKG

@excalidraw/excalidraw

Version:
5 lines (4 loc) 192 B
import React from "react"; import type { UIAppState } from "../types"; export declare const UIAppStateContext: React.Context<UIAppState>; export declare const useUIAppState: () => UIAppState;