UNPKG

mapomodule

Version:

Mapo is a nuxt module that helps in the creation of Administration Panels.

6 lines 106 B
declare module 'nuxt/app' { interface PageMeta { viewTransition?: boolean | 'always' } } export {}