mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
refactor: resolve svelte-check hints
This commit is contained in:
parent
7901eb1316
commit
1fee16d441
5 changed files with 7 additions and 17 deletions
|
@ -5,6 +5,8 @@
|
|||
let value: NumberInputProps["value"] = null;
|
||||
</script>
|
||||
|
||||
{value}
|
||||
|
||||
<NumberInput
|
||||
label="Clusters"
|
||||
on:change="{(e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue