mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
test: use carbon-components-svelte
for type imports
This commit is contained in:
parent
80934ea378
commit
f14b17ec58
93 changed files with 102 additions and 103 deletions
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { NumberInput, NumberInputSkeleton } from "../types";
|
||||
import type { NumberInputProps } from "../types/NumberInput/NumberInput.svelte";
|
||||
import { NumberInput, NumberInputSkeleton } from "carbon-components-svelte";
|
||||
import type { NumberInputProps } from "carbon-components-svelte/NumberInput/NumberInput.svelte";
|
||||
|
||||
let value: NumberInputProps["value"] = null;
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue