chore: correct type import from `floating-vue` (#2518)

zio/stable
Daniel Roe 2023-12-19 22:31:39 +01:00 committed by GitHub
parent 3ae2d50bff
commit 5ce005b55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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