Update the type of a parameter in OverlayControls
parent
d56623f8db
commit
4bdb60aed5
|
@ -18,7 +18,7 @@ interface Props {
|
||||||
) => (event: MouseEvent<HTMLLIElement>) => void
|
) => (event: MouseEvent<HTMLLIElement>) => void
|
||||||
isSavable: boolean
|
isSavable: boolean
|
||||||
sources: SourceOption[]
|
sources: SourceOption[]
|
||||||
onSetQuerySource: (source: any) => void
|
onSetQuerySource: (source: Source) => void
|
||||||
selected: string
|
selected: string
|
||||||
queries: QueryConfig[]
|
queries: QueryConfig[]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue