TS fix.
This commit is contained in:
parent
941c682504
commit
c1121f078b
|
@ -17,7 +17,7 @@
|
||||||
export let autoWidth = false
|
export let autoWidth = false
|
||||||
export let autocomplete = false
|
export let autocomplete = false
|
||||||
export let searchTerm: string | undefined = undefined
|
export let searchTerm: string | undefined = undefined
|
||||||
export let customPopoverHeight: number | undefined = undefined
|
export let customPopoverHeight: string | undefined = undefined
|
||||||
export let helpText: string | undefined = undefined
|
export let helpText: string | undefined = undefined
|
||||||
export let onOptionMouseenter = () => {}
|
export let onOptionMouseenter = () => {}
|
||||||
export let onOptionMouseleave = () => {}
|
export let onOptionMouseleave = () => {}
|
||||||
|
|
Loading…
Reference in New Issue