UNPKG

react-principal

Version:

A state management with react context for apps which using hooks.

6 lines 217 B
declare function generateStore(destination: string, { cwd, type, }: { cwd: string; type: "global" | "reducer" | "single" | string; }): void; export default generateStore; //# sourceMappingURL=generate.d.ts.map