mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
fix(types): update @extends to use .svelte extension
This commit is contained in:
parent
816f574412
commit
4fb95f2cb7
24 changed files with 38 additions and 32 deletions
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { Breakpoint } from "../types";
|
||||
import { BreakpointSize } from "../types/Breakpoint/Breakpoint";
|
||||
import type { BreakpointSize } from "../types/Breakpoint/Breakpoint.svelte";
|
||||
|
||||
let size: BreakpointSize;
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue