MCPcopy
hub / github.com/nuxt-modules/tailwindcss / NuxtHooks

Interface NuxtHooks

src/module.ts:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected