CustomRefFactory<T>: ((track: (() => void), trigger: (() => void)) => {
    get: (() => T);
    set: ((value: T) => void);
})

Type Parameters

  • T