feat: init
This commit is contained in:
14
node_modules/@nuxtjs/google-fonts/dist/module.d.ts
generated
vendored
Normal file
14
node_modules/@nuxtjs/google-fonts/dist/module.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as _nuxt_schema from '@nuxt/schema';
|
||||
import { DownloadOptions, GoogleFonts } from 'google-fonts-helper';
|
||||
|
||||
interface ModuleOptions extends Partial<DownloadOptions>, GoogleFonts {
|
||||
prefetch?: boolean;
|
||||
preconnect?: boolean;
|
||||
preload?: boolean;
|
||||
useStylesheet?: boolean;
|
||||
download?: boolean;
|
||||
inject?: boolean;
|
||||
}
|
||||
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
|
||||
|
||||
export { type ModuleOptions, _default as default };
|
||||
Reference in New Issue
Block a user