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 f424e48 commit d06decbCopy full SHA for d06decb
1 file changed
index.d.ts
@@ -0,0 +1,10 @@
1
+import type { PluginCreator } from 'postcss'
2
+
3
+declare const darkClass: PluginCreator<{
4
+ darkSelector?: string
5
+ lightSelector?: string
6
+ rootSelector?: string | string[]
7
+ useWhere?: boolean
8
+}>
9
10
+export default darkClass
0 commit comments