UNPKG

@excalidraw/math

Version:

Excalidraw math functions

3 lines (2 loc) 170 B
import type { Emitter } from "@excalidraw/common"; export declare const useEmitter: <TEvent extends unknown>(emitter: Emitter<[TEvent]>, initialState: TEvent) => TEvent;