6 lines
No EOL
133 B
Svelte
6 lines
No EOL
133 B
Svelte
<!-- Short hand for spacing between components-->
|
|
<div style="flex-grow: 1; {style}"/>
|
|
|
|
<script>
|
|
export let style = "";
|
|
</script> |