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](

10 lines (8 loc) 459 B
import type { InjectionKey, Ref } from 'vue' import type { FlowSlots, VueFlowStore } from '../types' export declare const VueFlow: InjectionKey<VueFlowStore> export declare const NodeId: InjectionKey<string> export declare const NodeRef: InjectionKey<Ref<HTMLDivElement | null>> export declare const EdgeId: InjectionKey<string> export declare const EdgeRef: InjectionKey<Ref<SVGElement | null>> export declare const Slots: InjectionKey<Readonly<FlowSlots>>