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

pull/2520/head
Daniel Roe 2023-12-19 22:31:39 +01:00 zatwierdzone przez GitHub
rodzic 3ae2d50bff
commit 5ce005b55a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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