mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
test: use carbon-components-svelte
for type imports
This commit is contained in:
parent
31efd1fa1a
commit
f69b2f15b5
93 changed files with 102 additions and 103 deletions
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { Theme } from "../types";
|
||||
import type { CarbonTheme } from "../types/Theme/Theme.svelte";
|
||||
import { Theme } from "carbon-components-svelte";
|
||||
import type { CarbonTheme } from "carbon-components-svelte/Theme/Theme.svelte";
|
||||
|
||||
let theme: CarbonTheme = "g10";
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue