UNPKG

@vue-flow/core

Version:

[![Vue flow](vue-flow.gif)](https://vueflow.dev/) ![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/vue-flow) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/bcakmakoglu/vue-flow) ![GitHub last commit](

13 lines (11 loc) 320 B
import type { FunctionalComponent, HTMLAttributes } from 'vue' import type { Position } from '../../types' interface Props extends HTMLAttributes { position: Position centerX: number centerY: number radius?: number type: string } declare const EdgeAnchor: FunctionalComponent<Props> export default EdgeAnchor