reactflow-canvas-store
Version:
Global and multi-canvas state store for React Flow projects.
7 lines (6 loc) • 394 B
JavaScript
export { GlobalStoreProvider } from "./global/GlobalStoreProvider";
export { useGlobalStore } from "./global/useGlobalStore";
export { CanvasStoreProvider } from "./canvas/CanvasStoreProvider";
export { useCanvasStore } from "./canvas/useCanvasStore";
export { getGlobalState, setGlobalState } from "./global/globalStore";
export { getCanvasStore, setCanvasStore } from "./canvas/canvasStore";