UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

11 lines 378 B
import { SymbolProps } from "../types"; /** * @author: yanxianliang * @date: 2025-07-23 16:19 * @modified:2025/7/23 16:19 by yanxianliang * @desc: Arrow Symbol * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ export declare const Arrow: ({ color, strokeWidth }: SymbolProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Arrow.d.ts.map