style: Apply Prettier formatting to codebase
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
classes?: string;
|
||||
}
|
||||
|
||||
let { html_text = $bindable(''), placeholder = 'Type your text here...', classes = '' }: Props = $props();
|
||||
let {
|
||||
html_text = $bindable(''),
|
||||
placeholder = 'Type your text here...',
|
||||
classes = ''
|
||||
}: Props = $props();
|
||||
</script>
|
||||
|
||||
<div class="block w-full h-full {classes}">
|
||||
|
||||
Reference in New Issue
Block a user