We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c39774 + 4975604 commit 79b4c3cCopy full SHA for 79b4c3c
src/components/Tippy.ts
@@ -3,7 +3,7 @@ import { TippyOptions } from '../types'
3
import { useTippy } from '../composables'
4
import tippy from 'tippy.js'
5
6
-declare module '@vue/runtime-core' {
+declare module 'vue' {
7
interface ComponentCustomProps extends TippyOptions {
8
to: string | Element
9
tag: string
0 commit comments