UNPKG

@primevue/nuxt-module

Version:

Nuxt module for PrimeVue

5 lines (4 loc) 163 B
import type { NitroApp } from 'nitropack/types'; type NitroAppPlugin = (nitro: NitroApp) => void; declare const _default: NitroAppPlugin; export default _default;