We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24720c0 commit 66276c6Copy full SHA for 66276c6
index.d.ts
@@ -40,7 +40,7 @@ declare module 'webpack-flush-chunks' {
40
stylesheets: string[];
41
42
/** Hash object of chunk names to CSS file paths */
43
- cssHashRaw: Recrod<string, string>;
+ cssHashRaw: Record<string, string>;
44
45
/** `<script>window.__CSS_CHUNKS__ = ${JSON.stringify(cssHashRaw)}</script>` */
46
cssHash: string[];
0 commit comments