Initial boiler plate project
This commit is contained in:
15
node_modules/next/dist/build/webpack/plugins/font-stylesheet-gathering-plugin.d.ts
generated
vendored
Normal file
15
node_modules/next/dist/build/webpack/plugins/font-stylesheet-gathering-plugin.d.ts
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
import { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
import type { FontManifest } from '../../../server/font-utils';
|
||||
export declare class FontStylesheetGatheringPlugin {
|
||||
compiler?: webpack.Compiler;
|
||||
gatheredStylesheets: Array<string>;
|
||||
manifestContent: FontManifest;
|
||||
adjustFontFallbacks?: boolean;
|
||||
adjustFontFallbacksWithSizeAdjust?: boolean;
|
||||
constructor({ adjustFontFallbacks, adjustFontFallbacksWithSizeAdjust, }: {
|
||||
adjustFontFallbacks?: boolean;
|
||||
adjustFontFallbacksWithSizeAdjust?: boolean;
|
||||
});
|
||||
private parserHandler;
|
||||
apply(compiler: webpack.Compiler): void;
|
||||
}
|
||||
Reference in New Issue
Block a user