mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
chore: regenerate types to correctly type function declarations
This commit is contained in:
parent
1988b70725
commit
1dc547427d
3 changed files with 926 additions and 13 deletions
|
@ -4,6 +4,9 @@
|
|||
let storage: LocalStorage;
|
||||
let toggled = false;
|
||||
let events = [];
|
||||
|
||||
$: if (storage) storage.clearItem();
|
||||
$: if (storage) storage.clearAll();
|
||||
</script>
|
||||
|
||||
<LocalStorage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue