UNPKG
@peacepiece-compatibility/nuxt-module
Version:
beta (4.3.4)
latest (4.3.14)
4.3.14
4.3.13
4.3.12
4.3.11
4.3.10
4.3.9
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
Nuxt module for PrimeVue
primevue.org
primefaces/primevue
@peacepiece-compatibility/nuxt-module
/
dist
/
runtime
/
plugin.server.d.ts
5 lines
(4 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
NitroApp
}
from
'nitropack/types'
;
type
NitroAppPlugin
=
(
nitro
:
NitroApp
) =>
void
;
declare
const
_default
:
NitroAppPlugin
;
export
default
_default;