UNPKG

@ichooss/xflow

Version:

[English (US)](README.md) | 简体中文

3 lines 178 B
import type { State, Actions } from '../store'; export declare const useGraphStore: <T>(selector: (state: State & Actions) => T) => T; //# sourceMappingURL=useGraphStore.d.ts.map