@rxflow/base
Version:
BaseFlow - 核心 Flow 组件库
11 lines • 402 B
TypeScript
/**
* @author: yanxianliang
* @date: 2025-07-23 16:12
* @modified:2025/7/23 16:12 by yanxianliang
* @desc: ArrowClosedSymbol
*
* Copyright (c) 2025 by yanxianliang, All Rights Reserved.
*/
import { SymbolProps } from "../types";
export declare const ArrowClosedSymbol: ({ color, strokeWidth, }: SymbolProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ArrowClosed.d.ts.map