mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +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
|
@ -25,7 +25,7 @@
|
|||
|
||||
/**
|
||||
* Override the default behavior of clearing the array of uploaded files
|
||||
* @type {() => any;} [clearFiles = () => void;]
|
||||
* @type {() => any} [clearFiles = () => void]
|
||||
*/
|
||||
export const clearFiles = () => {
|
||||
files = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue