UNPKG

momentum-modal

Version:

A Vue 3 plugin that lets you implement backend-driven modal dialogs for Inertia apps.

5 lines (4 loc) 169 B
export { plugin as modal } from "./plugin"; export { useModal } from "./use-modal"; export { Modal } from "./modal"; export type { ModalPluginOptions } from "./plugin";