| 165 | |
| 166 | declare module 'nuxt/schema' { |
| 167 | interface NuxtHooks extends ModuleHooks { |
| 168 | 'tailwindcss:internal:regenerateTemplates': (data?: { configTemplateUpdated?: boolean }) => void | Promise<void> |
| 169 | } |
| 170 | } |
| 171 | |
| 172 | declare module '@nuxt/schema' { |
nothing calls this directly
no outgoing calls
no test coverage detected