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 ping: () => { type: string; }; declare const pong: () => { type: string; }; export { ping, pong, }; //# sourceMappingURL=actions.d.ts.map