UNPKG

woby

Version:

A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.

4 lines 191 B
import { Stack } from '../soby'; import type { Callback } from '../types'; export declare const useMicrotask: (fn: Callback, stack: Stack) => void; //# sourceMappingURL=use_microtask.d.ts.map