Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-18 19:25:27 -07:00
commit e6cf9d14e9
3 changed files with 11 additions and 11 deletions

View file

@ -12,7 +12,7 @@ export interface ThemeProps {
/**
* Customize a theme with your own tokens
* https://carbondesignsystem.com/guidelines/themes/overview#customizing-a-theme
* @see https://carbondesignsystem.com/guidelines/themes/overview#customizing-a-theme
* @default {}
*/
tokens?: { [token: string]: any };