mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26: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
20656170d0
commit
fea7f1a3b0
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
|
||||
/**
|
||||
* Set HTML attributes on the `input` element
|
||||
* @type {Record<string, string>}
|
||||
* @type {import('svelte/elements').HTMLInputAttributes}
|
||||
*/
|
||||
export let inputAttributes = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue