UNPKG

ducks

Version:

🦆🦆🦆 Ducks is a Reducer Bundles Manager that Implementing the Redux Ducks Modular Proposal with Great Convenience.

8 lines • 159 B
declare const ding: () => { type: string; }; declare const dong: () => { type: string; }; export { ding, dong, }; //# sourceMappingURL=actions.d.ts.map