UNPKG

mobx

Version:

Simple, scalable state management.

5 lines (4 loc) 260 B
import { Annotation } from "../internal"; import type { ClassMethodDecorator } from "./decorator_fills"; export declare const override: Annotation & PropertyDecorator & ClassMethodDecorator; export declare function isOverride(annotation: Annotation): boolean;