Update src/TextInput/TextInput.svelte

Correcting type attribute definition for HTML attributes

Co-authored-by: Enrico Sacchetti <esacchetti@gmail.com>
This commit is contained in:
Sam 2024-01-16 18:53:26 +11:00 committed by GitHub
commit fea7f1a3b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@
/** /**
* Set HTML attributes on the `input` element * Set HTML attributes on the `input` element
* @type {Record<string, string>} * @type {import('svelte/elements').HTMLInputAttributes}
*/ */
export let inputAttributes = {}; export let inputAttributes = {};