mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
fix(theme): fix broken type test
This commit is contained in:
parent
3e7bae10ef
commit
05cfeda115
6 changed files with 16 additions and 13 deletions
2
types/Theme/Theme.d.ts
vendored
2
types/Theme/Theme.d.ts
vendored
|
@ -15,7 +15,7 @@ export interface ThemeProps {
|
|||
* https://carbondesignsystem.com/guidelines/themes/overview#tokens
|
||||
* @default {}
|
||||
*/
|
||||
tokens?: {};
|
||||
tokens?: { [token: string]: any };
|
||||
|
||||
/**
|
||||
* Set to `true` to persist the theme using window.localStorage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue