Fix lint.
This commit is contained in:
parent
23ea494590
commit
2c00d4a30b
|
@ -1,7 +1,7 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import "@spectrum-css/textfield/dist/index-vars.css"
|
import "@spectrum-css/textfield/dist/index-vars.css"
|
||||||
import { createEventDispatcher } from "svelte"
|
import { createEventDispatcher } from "svelte"
|
||||||
import { FocusEventHandler } from "svelte/elements"
|
import type { FocusEventHandler } from "svelte/elements"
|
||||||
|
|
||||||
export let value: string | null = null
|
export let value: string | null = null
|
||||||
export let placeholder: string | null = null
|
export let placeholder: string | null = null
|
||||||
|
|
Loading…
Reference in New Issue