mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2025-11-09 20:12:16 +10:00
fix: type errors
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
import type { Component } from "vue";
|
import type { Component } from "vue";
|
||||||
import ConfirmationModal from "../components/ConfirmationModal.vue";
|
import ConfirmationModal from "#components";
|
||||||
import NotificationModal from "../components/NotificationModal.vue";
|
import NotificationModal from "#components";
|
||||||
import TextInputModal from "../components/TextInputModal.vue";
|
import TextInputModal from "#components";
|
||||||
|
|
||||||
export type ModalCallbackType<T extends ModalType> = (
|
export type ModalCallbackType<T extends ModalType> = (
|
||||||
event: ModalEvents[T],
|
event: ModalEvents[T],
|
||||||
|
|||||||
Reference in New Issue
Block a user