mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
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:
parent
cae1f1939e
commit
003ab653eb
4 changed files with 12 additions and 12 deletions
2
types/Theme/Theme.svelte.d.ts
vendored
2
types/Theme/Theme.svelte.d.ts
vendored
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue