UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

3 lines (2 loc) 193 B
import type { NotificationInjection } from '../components/notifications/Notifications.vue'; export declare const useNotifications: (key?: symbol | string) => NotificationInjection | undefined;