create project
This commit is contained in:
8
kitabcitab/node_modules/next/dist/build/webpack/loaders/next-flight-css-dev-loader.d.ts
generated
vendored
Normal file
8
kitabcitab/node_modules/next/dist/build/webpack/loaders/next-flight-css-dev-loader.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* For server-side CSS imports, we need to ignore the actual module content but
|
||||
* still trigger the hot-reloading diff mechanism. So here we put the content
|
||||
* inside a comment.
|
||||
*/
|
||||
export declare function pitch(this: any): void;
|
||||
declare const NextServerCSSLoader: (this: any, content: string) => string;
|
||||
export default NextServerCSSLoader;
|
||||
Reference in New Issue
Block a user