UNPKG

reactant-share

Version:

A framework for building shared web applications with Reactant

4 lines 225 B
import type { App } from 'reactant'; import type { ProxyExecParams } from './interfaces'; export declare const applyMethod: (app: App<any, any, any>, options: ProxyExecParams) => any; //# sourceMappingURL=applyMethod.d.ts.map