blockless
Rich Harris 10 months ago
parent 6b664a7419
commit ba232315cf

@ -1,4 +1,4 @@
import type { DERIVED, EFFECT, PRE_EFFECT, RENDER_EFFECT } from '../constants';
import type { EFFECT, PRE_EFFECT, RENDER_EFFECT } from '../constants';
import type { ComponentContext, EqualsFunctions, TemplateNode, Transition } from '../types';
export type EffectType = typeof EFFECT | typeof PRE_EFFECT | typeof RENDER_EFFECT;

Loading…
Cancel
Save