mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
test: fix type errors
This commit is contained in:
parent
f69b2f15b5
commit
f25a23dd26
10 changed files with 29 additions and 22 deletions
|
@ -1,7 +1,8 @@
|
|||
<script lang="ts">
|
||||
import { TextInput, TextInputSkeleton } from "carbon-components-svelte";
|
||||
import type { ComponentProps } from "svelte";
|
||||
|
||||
let value = null;
|
||||
let value: ComponentProps<TextInput>["value"] = null;
|
||||
</script>
|
||||
|
||||
<TextInput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue