UNPKG

ng2-qgrid

Version:
8 lines (7 loc) 342 B
export declare function method(inst: any, key: string): { with: (...withArgs: any[]) => (...keyArgs: any[]) => any; }; export declare function methodsOf(inst: any): { with: (...args: any[]) => void; }; export declare function withFactory(inst: any, key: any, sourceFn: any): (...withArgs: any[]) => (...keyArgs: any[]) => any;