Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
24
Frontend-Learner/node_modules/@nuxtjs/tailwindcss/dist/module.d.cts
generated
vendored
Normal file
24
Frontend-Learner/node_modules/@nuxtjs/tailwindcss/dist/module.d.cts
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
import * as _nuxt_schema from '@nuxt/schema';
|
||||
import { M as ModuleHooks, a as ModuleOptions } from './shared/tailwindcss.7c01d049.cjs';
|
||||
import 'tailwindcss/resolveConfig';
|
||||
import 'tailwindcss';
|
||||
import 'nuxt/kit';
|
||||
|
||||
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
||||
|
||||
declare module 'nuxt/schema' {
|
||||
interface NuxtHooks extends ModuleHooks {
|
||||
'tailwindcss:internal:regenerateTemplates': (data?: {
|
||||
configTemplateUpdated?: boolean;
|
||||
}) => void | Promise<void>;
|
||||
}
|
||||
}
|
||||
declare module '@nuxt/schema' {
|
||||
interface NuxtHooks extends ModuleHooks {
|
||||
'tailwindcss:internal:regenerateTemplates': (data?: {
|
||||
configTemplateUpdated?: boolean;
|
||||
}) => void | Promise<void>;
|
||||
}
|
||||
}
|
||||
|
||||
export { ModuleHooks, ModuleOptions, _default as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue