UNPKG

@reactodia/workspace

Version:

Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.

3 lines 172 B
import type { RefCountedWorker } from '@reactodia/worker-proxy'; export declare function useWorker<T>(worker: RefCountedWorker<T>): T; //# sourceMappingURL=workers.d.ts.map