UNPKG

373 BTypeScriptView Raw
1import { createAction } from './create-action';
2import { createCustomAction } from './create-custom-action';
3import { createStandardAction } from './create-standard-action';
4declare const _default: {
5 createAction: typeof createAction;
6 createCustomAction: typeof createCustomAction;
7 createStandardAction: typeof createStandardAction;
8};
9export default _default;