Skip to content

EffectFn type

Home > @rimitive/react > EffectFn

Signature:

type EffectFn = (fn: () => void | (() => void)) => () => void;