UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

6 lines 430 B
/// <reference types="react" /> import { EdgeTextProps } from "@xyflow/react"; declare function EdgeText({ x, y, label, labelStyle, labelShowBg, labelBgStyle, labelBgPadding, labelBgBorderRadius, children, className, ...rest }: EdgeTextProps): import("react/jsx-runtime").JSX.Element | null; declare const _default: import("react").MemoExoticComponent<typeof EdgeText>; export default _default; //# sourceMappingURL=index.d.ts.map