mobx
Version:
Simple, scalable state management.
8 lines (7 loc) • 389 B
TypeScript
import { Annotation } from "../internal";
export declare function createObservableAnnotation(name: string, options?: object): Annotation;
export declare function decorateObservable20223_(annotation: Annotation, desc: any, context: ClassAccessorDecoratorContext | ClassFieldDecoratorContext): {
get(): any;
set(value: any): boolean | null;
init(value: any): any;
} | undefined;