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

This commit is contained in:
Eric Liu 2022-05-18 19:25:17 -07:00
commit 3219084de4

View file

@ -18,7 +18,7 @@
/** /**
* Customize a theme with your own tokens * 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
* @type {{ [token: string]: any; }} * @type {{ [token: string]: any; }}
*/ */
export let tokens = {}; export let tokens = {};