Skip to content

Commit

Permalink
Fix postcss plugin type
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jun 9, 2022
1 parent 7aa2d4d commit 80876f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion types/index.d.ts
@@ -1 +1,7 @@
export type { Config } from './config.d'
import { PluginCreator } from 'postcss'
import type { Config } from './config.d'

declare const plugin: PluginCreator<string | Config>

export { Config }
export default plugin

0 comments on commit 80876f8

Please sign in to comment.