wechaty-redux
Version:
Wechaty Redux Plugin Powered By Ducks
9 lines • 384 B
TypeScript
import type * as WECHATY from 'wechaty';
import type { Store } from 'redux';
declare type VoidFunction = () => void;
interface WechatyReduxOptions {
store: Store;
}
declare function WechatyRedux(options: WechatyReduxOptions): (wechaty: WECHATY.impls.WechatyInterface) => VoidFunction;
export { type WechatyReduxOptions, WechatyRedux, };
//# sourceMappingURL=wechaty-redux.d.ts.map