UNPKG

mobx

Version:

Simple, scalable state management.

4 lines (3 loc) 267 B
import { Annotation } from "../internal"; export declare function createComputedAnnotation(name: string, options?: object): Annotation; export declare function decorateComputed20223_(annotation: Annotation, get: any, context: ClassGetterDecoratorContext): () => any;