UNPKG

@ichooss/xflow

Version:

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

5 lines 278 B
import React, { type FC, type PropsWithChildren } from 'react'; import { type GraphStore } from '../store'; export declare const StoreContext: React.Context<GraphStore | null>; export declare const StoreProvider: FC<PropsWithChildren>; //# sourceMappingURL=StoreContext.d.ts.map