UNPKG

vue3-interact

Version:
9 lines (6 loc) 246 B
import type { App } from "vue"; import Interact from "./Interact.vue"; import { BoxState } from "./ts/init"; Interact.install = (Vue: App) => Vue.component(Interact.name ? Interact.name : "Interact", Interact); export { Interact, BoxState };