Skip to content

Commit a7299a4

Browse files
JounQinwardpeet
andauthored
fix(types): options is actually optional (#311)
Co-authored-by: Ward Peeters <[email protected]>
1 parent 2946eae commit a7299a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ export type PostCSSPluginConf = {
4646
exclude?: Parameters<CreateFilter>[1];
4747
};
4848

49-
export default function (options: Readonly<PostCSSPluginConf>): Plugin
49+
export default function (options?: Readonly<PostCSSPluginConf>): Plugin

0 commit comments

Comments
 (0)