UNPKG

240 BTypeScriptView Raw
1import { Action, AnyContext } from './types';
2declare function withProps<C extends AnyContext, P extends Record<string, any>>(action: Action<C, P>, props: P): Action<C, any>;
3export default withProps;
4//# sourceMappingURL=withProps.d.ts.map
\No newline at end of file