projecte_ionic/node_modules/@ionic/angular/directives/proxies-utils.d.ts
2022-02-09 18:30:03 +01:00

8 lines
334 B
TypeScript
Executable file

export declare const proxyInputs: (Cmp: any, inputs: string[]) => void;
export declare const proxyMethods: (Cmp: any, methods: string[]) => void;
export declare const proxyOutputs: (instance: any, el: any, events: string[]) => void;
export declare function ProxyCmp(opts: {
inputs?: any;
methods?: any;
}): (cls: any) => any;