UNPKG

vue-facing-decorator

Version:

Vue typescript class and decorator based component.

6 lines 325 B
export declare const Compatible: { fakePrototype?: any; }; export declare function compatibleClassDecorator(deco: Function): (arg: any, ctx?: DecoratorContext) => any; export declare function compatibleMemberDecorator(deco: Function): (arg: any, ctx: DecoratorContext | string) => any; //# sourceMappingURL=utils.d.ts.map