Type Alias RootFn<T>

RootFn<T>: ((dispose: (() => void)) => T)

Type Parameters

  • T