Skip to content

Commit

Permalink
allow for arbitrary configuration in the theme section
Browse files Browse the repository at this point in the history
This is useful for third party plugins otherwise you will get an error.
  • Loading branch information
RobinMalfait committed Mar 23, 2022
1 parent f3a629a commit be95f7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ interface ThemeConfig {
transitionDuration: ResolvableTo<KeyValuePair>
willChange: ResolvableTo<KeyValuePair>
content: ResolvableTo<KeyValuePair>

/** Custom */
[key: string]: any
}

// Core plugins related config
Expand Down

0 comments on commit be95f7a

Please sign in to comment.