Skip to content

Commit d06decb

Browse files
committed
Add types
1 parent f424e48 commit d06decb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)