mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
test: fix svelte-check warnings
This commit is contained in:
parent
1dc547427d
commit
caa7294ed6
4 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
<script lang="ts">
|
||||
import { Breakpoint } from "../types";
|
||||
import { BreakpointSize } from "../types/Breakpoint/Breakpoint";
|
||||
|
||||
let size;
|
||||
let size: BreakpointSize;
|
||||
</script>
|
||||
|
||||
<Breakpoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue