6 lines
93 B
Svelte
6 lines
93 B
Svelte
|
<script>
|
||
|
export let text = ""
|
||
|
</script>
|
||
|
|
||
|
<span class="mdc-typography--body2">{text}</span>
|