mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
7 lines
143 B
Svelte
7 lines
143 B
Svelte
<script lang="ts">
|
|
import { Loading } from "../types";
|
|
</script>
|
|
|
|
<Loading withOverlay="{false}" />
|
|
|
|
<Loading withOverlay="{false}" small />
|