mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
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:
parent
fea7f1a3b0
commit
8265c59d2a
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue