Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(types): add missing Theme for Preset (#1003)
  • Loading branch information
equt committed May 24, 2022
1 parent 7c38ca9 commit 3e1ff16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types.ts
Expand Up @@ -444,7 +444,7 @@ export interface UserOnlyOptions<Theme extends {} = {}> {
/**
* Presets
*/
presets?: (Preset | Preset[])[]
presets?: (Preset<Theme> | Preset<Theme>[])[]

/**
* Environment mode
Expand Down

0 comments on commit 3e1ff16

Please sign in to comment.