UNPKG

@difizen/mana-observable

Version:

9 lines 314 B
/** * Define observable property */ export declare function prop(): (target: Record<any, any>, propertyKey: string) => void; /** * Define property that should not be observable */ export declare function origin(): (target: Record<any, any>, propertyKey: string) => void; //# sourceMappingURL=decorator.d.ts.map