UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

5 lines 155 B
//#region src/app/composables/ready.d.ts /** @since 3.1.0 */ declare const onNuxtReady: (callback: () => any) => void; //#endregion export { onNuxtReady };