UNPKG

notiwind

Version:

A headless Vue 3 notification library to use with Tailwind CSS.

8 lines (6 loc) 149 B
import { App } from 'vue'; declare function install(app: App): void; declare const plugin: { install: typeof install; }; export default plugin;