classy-solid
Version:
Solid.js reactivity patterns for classes, and class components.
8 lines • 442 B
TypeScript
import type { AnyConstructor } from 'lowclass/dist/Constructor.js';
/**
* @deprecated This is no longer needed for making signal fields work. The
* only other use case was to make the constructor untracked.Use the new
* `@untracked` decorator instead. This is now an alias for `@untracked`.
*/
export declare function reactive(value: AnyConstructor, context: ClassDecoratorContext | undefined): any;
//# sourceMappingURL=reactive.d.ts.map