fix(theme): fix broken type test

This commit is contained in:
Eric Y Liu 2021-07-10 15:16:18 -07:00
commit 05cfeda115
6 changed files with 16 additions and 13 deletions

View file

@ -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