chore: format

This commit is contained in:
Timothy J. Baek
2024-06-25 08:51:52 -07:00
parent 3750e69e09
commit a92c5381fb
40 changed files with 140 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
export let value: string;
export let placeholder = "";
export let placeholder = '';
export let readOnly = false;
export let outerClassName = 'flex flex-1';
export let inputClassName =