UNPKG

ducks

Version:

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

5 lines • 108 B
declare const toggle: () => { type: string; }; export { toggle, }; //# sourceMappingURL=actions.d.ts.map