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.
2 parents 6c27442 + 5de002e commit 33f7697Copy full SHA for 33f7697
index.d.ts
@@ -5,4 +5,4 @@ type LibCssOptions = {
5
exclude?: string;
6
}
7
8
-export default function (option: LibCssOptions): PluginOption
+export default function (option?: LibCssOptions): PluginOption
0 commit comments