notiwind
Version:
A headless Vue 3 notification library to use with Tailwind CSS.
9 lines (7 loc) • 400 B
TypeScript
import { default as plugin } from './plugin';
export { default as defineNotificationComponent } from './defineNotificationComponent';
export { default as createNotifier } from './createNotifier';
export { default as notify } from './notify';
export { default as NotificationGroup } from './NotificationGroup.vue';
export { default as Notification } from './Notification.vue';
export default plugin;