Home > resonant > resonant
Add resonance to a plain object. All object properties will be eligible dependencies for an effect.
Signature:
export declare function resonant<T extends Record<any, any>>(target: T): T;
Returns:
T