mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01: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
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
/**
|
||||
* Specify the number of selected items
|
||||
* @type {*} [selectionCount]
|
||||
* @type {any} [selectionCount]
|
||||
*/
|
||||
export let selectionCount = undefined;
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
/**
|
||||
* Override the default translation ids
|
||||
* @type {(id: ListBoxSelectionTranslationId) => string;} [translateWithId = (id) => string;]
|
||||
* @type {(id: ListBoxSelectionTranslationId) => string} [translateWithId = (id) => string]
|
||||
*/
|
||||
export let translateWithId = (id) => defaultTranslations[id];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue