mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
fix(theme): fix broken type test
This commit is contained in:
parent
3e7bae10ef
commit
05cfeda115
6 changed files with 16 additions and 13 deletions
|
@ -7,6 +7,7 @@
|
|||
/**
|
||||
* @typedef {"white" | "g10" | "g80" | "g90" | "g100"} CarbonTheme
|
||||
* @event {{ theme: CarbonTheme; }} update
|
||||
* @slot {{ theme: CarbonTheme; }}
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -19,7 +20,6 @@
|
|||
* Customize a theme with your own tokens
|
||||
* https://carbondesignsystem.com/guidelines/themes/overview#tokens
|
||||
* @type {{ [token: string]: any; }}
|
||||
* @example {{ "button-primary": "violet" }}
|
||||
*/
|
||||
export let tokens = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue