maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
5 lines (4 loc) • 398 B
TypeScript
export { AosHandler, type AosOptions, getInstance as getAosInstance, plugin as installAos } from './aos';
export { DialogHandler, type DialogOptions, installDialog, } from './dialog';
export { installToaster, ToasterHandler, type ToasterOptions, type ToasterPosition, type ToasterPositions, } from './toaster';
export { plugin as installWait, WaitHandler, instance as waitInstance } from './wait';