UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

10 lines (9 loc) 279 B
import { inject as o } from "vue"; import { injectNotificationKey as n } from "./keys.js"; const a = (i) => { const t = o(i || n); return t || console.warn("useNotifications must have a parent wrapped with Notifications component"), t; }; export { a as useNotifications };