We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
options
1 parent 2946eae commit a7299a4Copy full SHA for a7299a4
types/index.d.ts
@@ -46,4 +46,4 @@ export type PostCSSPluginConf = {
46
exclude?: Parameters<CreateFilter>[1];
47
};
48
49
-export default function (options: Readonly<PostCSSPluginConf>): Plugin
+export default function (options?: Readonly<PostCSSPluginConf>): Plugin
0 commit comments