import type { InjectionKey } from "vue"; import type { ToastStore } from "toastflow-core"; export const toastStoreKey: InjectionKey = Symbol.for( "vue-toastflow.toast-store", );