UNPKG

237 BTypeScriptView Raw
1import { Action, AnyContext, Props } from './types';
2declare function chain<C extends AnyContext>(actions: Action<C, any>[]): (context: C, props?: Props<C>) => Action<C, any, {}>;
3export default chain;
4//# sourceMappingURL=chain.d.ts.map
\No newline at end of file