UNPKG

valtio-reactive

Version:

valtio-reactive makes Valtio a reactive library

5 lines (4 loc) 144 B
export declare function batch<T>(fn: () => T): T; type Unwatch = () => void; export declare function watch(fn: () => void): Unwatch; export {};