UNPKG

@ant-design/pro-flow

Version:
11 lines (10 loc) 331 B
/// <reference types="react" /> import { PanelPosition } from 'reactflow'; interface PanelProps { position?: PanelPosition; children: React.ReactNode; className?: string; style?: React.CSSProperties; } declare const _default: (props: PanelProps) => import("react/jsx-runtime").JSX.Element; export default _default;