UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

11 lines 442 B
/** * @author: yanxianliang * @date: 2025-10-17 23:39 * @modified:2025/10/17 23:39 by yanxianliang * @desc: 自动包裹 FlowProvider * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import React from "react"; export declare const withFlowProvider: <P = Record<string, any>>(ComponentType: React.ComponentType<P>) => (props: P) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=withFlowProvider.d.ts.map