mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore: remove trailing semicolono from jsdoc types
This commit is contained in:
parent
7abde79688
commit
a10693659e
12 changed files with 22 additions and 24 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
/**
|
||||
* Override the display of a combobox item
|
||||
* @type {(item: ComboBoxItem) => string;} [itemToString = (item: ComboBoxItem) => string;]
|
||||
* @type {(item: ComboBoxItem) => string} [itemToString = (item: ComboBoxItem) => string]
|
||||
*/
|
||||
export let itemToString = (item) => item.text || item.id;
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
|||
|
||||
/**
|
||||
* Override the default translation ids
|
||||
* @type {(id: any) => string;} [translateWithId]
|
||||
* @type {(id: any) => string} [translateWithId]
|
||||
*/
|
||||
export let translateWithId = undefined;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue