fix: augment vue rather than sub packages

This commit is contained in:
Maher
2024-09-12 14:26:41 +03:00
committed by GitHub
parent 5c39774887
commit 4975604826
+1 -1
View File
@@ -3,7 +3,7 @@ import { TippyOptions } from '../types'
import { useTippy } from '../composables'
import tippy from 'tippy.js'
declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProps extends TippyOptions {
to: string | Element
tag: string