vt-notifications
vt-notifications copied to clipboard
Typescript support
Simple workaround:
add declaration to the project folder
types/vt-notifications.d.ts
declare module 'vt-notifications' {
import { PluginFunction } from 'vue';
export const install: PluginFunction<never>;
}