effect.d.ts 94 B

12
  1. import { Tracker } from './tracker';
  2. export declare function effect(fn: () => void): Tracker;