UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

8 lines 690 B
/// <reference types="react" /> export declare function FitViewIcon(): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>; export declare function LockIcon(): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>; export declare function UnlockIcon(): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>; export declare function Minimap(): import("react/jsx-runtime").JSX.Element; export declare function UnMinimap(): import("react/jsx-runtime").JSX.Element; export declare function ForceLayout(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=icons.d.ts.map