EffectFactory type
Home > @rimitive/signals > EffectFactory
EffectFactory type
Section titled “EffectFactory type”The effect factory function type
Signature:
export type EffectFactory = (fn: () => void | (() => void)) => () => void;Home > @rimitive/signals > EffectFactory
The effect factory function type
Signature:
export type EffectFactory = (fn: () => void | (() => void)) => () => void;