UNPKG

@xrenders/xflow

Version:

一款功能强大、易用灵活的流程编辑器框架,帮助你轻松构建复杂的工作流和流程产品

10 lines (9 loc) 673 B
/// <reference types="react" /> export declare const ConfigContext: import("react").Context<any>; declare const StoreContext: import("react").Context<import("zustand/traditional").UseBoundStoreWithEqualityFn<Omit<import("zustand").StoreApi<import("./store").FlowState>, "temporal"> & { temporal: import("zustand").StoreApi<import("zundo").TemporalState<any>>; }>>; export declare const Provider: import("react").Provider<import("zustand/traditional").UseBoundStoreWithEqualityFn<Omit<import("zustand").StoreApi<import("./store").FlowState>, "temporal"> & { temporal: import("zustand").StoreApi<import("zundo").TemporalState<any>>; }>>; export default StoreContext;