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

6 lines (4 loc) 217 B
import type { Ref } from 'vue' import type { FlowHooks } from '../types' export declare function createHooks(): FlowHooks export declare function useHooks(emit: (...args: any[]) => void, hooks: Ref<FlowHooks>): void