fix(theme): use @see tag for link in tokens prop description (#1309)

* fix(theme): use `@see` tag for link in tokens prop description

* Run "yarn build:docs"
This commit is contained in:
metonym 2022-05-18 19:28:38 -07:00 committed by GitHub
commit 003ab653eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 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 };