Skip to content

Commit df79c13

Browse files
committed
allow for arbitrary configuration in the theme section
This is useful for third party plugins otherwise you will get an error.
1 parent 8ba3d61 commit df79c13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/config.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ interface ThemeConfig {
218218
transitionDuration: ResolvableTo<KeyValuePair>
219219
willChange: ResolvableTo<KeyValuePair>
220220
content: ResolvableTo<KeyValuePair>
221+
222+
/** Custom */
223+
[key: string]: any
221224
}
222225

223226
// Core plugins related config

0 commit comments

Comments
 (0)