laravel-nuxt/nuxt/index.d.ts

7 lines
97 B
TypeScript

declare module '#app' {
interface NuxtApp {
$storage(msg: string): string
}
}
export { }