UNPKG

reactant-module

Version:

A module model for Reactant

3 lines 302 B
export declare function computed(target: object, key: string, descriptor: TypedPropertyDescriptor<any>): any; export declare function computed(depsCallback: (instance: any) => any[]): (target: object, key: string, descriptor: TypedPropertyDescriptor<any>) => any; //# sourceMappingURL=computed.d.ts.map