UNPKG

mobx

Version:

Simple, scalable state management.

4 lines (3 loc) 177 B
import { Annotation } from "../internal"; export declare const override: Annotation & PropertyDecorator; export declare function isOverride(annotation: Annotation): boolean;