maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
6 lines (5 loc) • 350 B
TypeScript
export { AosHandler, type AosOptions, AosPlugin, getAosInstance } from './aos';
export { type DialogOptions, DialogPlugin } from './dialog';
export { MazUi, type MazUiOptions } from './maz-ui';
export { ToastHandler, type ToastOptions, ToastPlugin, type ToastPosition } from './toast';
export { WaitHandler, waitInstance, WaitPlugin } from './wait';