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:54:02 +11:00 committed by GitHub
commit 8265c59d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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