Skip to content

Commit

Permalink
Add types
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 27, 2023
1 parent f424e48 commit d06decb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { PluginCreator } from 'postcss'

declare const darkClass: PluginCreator<{
darkSelector?: string
lightSelector?: string
rootSelector?: string | string[]
useWhere?: boolean
}>

export default darkClass

0 comments on commit d06decb

Please sign in to comment.