fix type
This commit is contained in:
parent
038b1d303f
commit
7bbddfda5d
|
@ -23,7 +23,7 @@
|
|||
export let placeholder:string = ''
|
||||
export let error:string = ''
|
||||
export let icon:Fa|null = null
|
||||
let classes = ''
|
||||
let classes:string = ''
|
||||
export { classes as class }
|
||||
|
||||
const id = uuidv4()
|
||||
|
|
Loading…
Reference in New Issue