Skip to content

Commit

Permalink
fix(core): add missing Theme for Preset
Browse files Browse the repository at this point in the history
  • Loading branch information
equt committed May 24, 2022
1 parent 7c38ca9 commit bd68f62
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 bd68f62

Please sign in to comment.