diff --git a/src/TextInput/TextInput.svelte b/src/TextInput/TextInput.svelte index ff704fc4..ede4ea55 100644 --- a/src/TextInput/TextInput.svelte +++ b/src/TextInput/TextInput.svelte @@ -94,7 +94,7 @@ /** * Set HTML attributes on the `input` element - * @type {Record} + * @type {import('svelte/elements').HTMLInputAttributes} */ export let inputAttributes = {};