@@ -136,7 +136,7 @@ declare namespace MiniCssExtractPlugin {
136136 * @property {boolean= } ignoreOrder true when need to ignore order, otherwise false
137137 * @property {string | ((linkTag: HTMLLinkElement) => void)= } insert link insert place or a custom insert function
138138 * @property {Record<string, string>= } attributes link attributes
139- * @property {string | false | ' text/css' = } linkType value of a link type attribute
139+ * @property {string | false | " text/css" = } linkType value of a link type attribute
140140 * @property {boolean= } runtime true when need to generate runtime code, otherwise false
141141 * @property {boolean= } experimentalUseImportModule true when need to use `experimentalUseImportModule` API, otherwise false
142142 */
@@ -147,14 +147,14 @@ declare namespace MiniCssExtractPlugin {
147147 * @property {boolean } ignoreOrder true when need to ignore order, otherwise false
148148 * @property {string | ((linkTag: HTMLLinkElement) => void)= } insert a link insert place or a custom insert function
149149 * @property {Record<string, string>= } attributes link attributes
150- * @property {string | false | ' text/css' = } linkType value of a link type attribute
150+ * @property {string | false | " text/css" = } linkType value of a link type attribute
151151 * @property {boolean } runtime true when need to generate runtime code, otherwise false
152152 * @property {boolean= } experimentalUseImportModule true when need to use `experimentalUseImportModule` API, otherwise false
153153 */
154154/**
155155 * @typedef {object } RuntimeOptions
156156 * @property {string | ((linkTag: HTMLLinkElement) => void)= } insert a link insert place or a custom insert function
157- * @property {string | false | ' text/css' } linkType value of a link type attribute
157+ * @property {string | false | " text/css" } linkType value of a link type attribute
158158 * @property {Record<string, string>= } attributes link attributes
159159 */
160160declare const pluginName : "mini-css-extract-plugin" ;
0 commit comments