UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

11 lines 430 B
/** * @author: yanxianliang * @date: 2025-07-23 16:29 * @modified:2025/7/23 16:29 by yanxianliang * @desc: Mark * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { MarkerProps } from "@xyflow/system"; export declare const Marker: ({ id, type, color, width, height, markerUnits, strokeWidth, orient, }: MarkerProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=Mark.d.ts.map