laravel-nuxt/nuxt/app/index.d.ts

8 lines
98 B
TypeScript

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