chore: correct type import from `floating-vue` (#2518)
parent
3ae2d50bff
commit
5ce005b55a
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import type { Popper as VTooltipType } from 'floating-vue/dist'
|
||||
import type { Popper as VTooltipType } from 'floating-vue'
|
||||
|
||||
export interface Props extends Partial<typeof VTooltipType> {
|
||||
content?: string
|
||||
|
|
Loading…
Reference in New Issue