mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
test: fix type errors
This commit is contained in:
parent
f14b17ec58
commit
7894166dbc
10 changed files with 29 additions and 22 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
let storage: LocalStorage;
|
||||
let toggled = false;
|
||||
let events = [];
|
||||
let events: { event: string; detail?: any }[] = [];
|
||||
|
||||
$: if (storage) storage.clearItem();
|
||||
$: if (storage) storage.clearAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue