UNPKG

nly-adminlte-vue

Version:
12 lines (9 loc) 379 B
import { NLYAToastPlugin } from "./plugin/nlya-toast"; import { NlyToast } from "./toast"; import { NlyToaster } from "./toaster"; import { nlyInstallFactory } from "../../utils/plugins"; const toastPlugin = nlyInstallFactory({ components: { NlyToast, NlyToaster }, plugins: { NLYAToastPlugin } }); export { toastPlugin, NlyToast, NlyToaster, NLYAToastPlugin };