UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

5 lines (4 loc) 156 B
import { NotificationOption } from './notification-types'; export default class NotificationService { static open(options: NotificationOption): void; }