mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-28 01:41:36 +02:00
Fix setTimeout retrun type?
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
333608c4c4
commit
c3399b110d
@ -92,7 +92,7 @@ interface IState {
|
||||
export default class AddressPickerDialog extends React.Component<IProps, IState> {
|
||||
private textinput = createRef<HTMLTextAreaElement>();
|
||||
private addressSelector = createRef<AddressSelector>();
|
||||
private queryChangedDebouncer: NodeJS.Timeout;
|
||||
private queryChangedDebouncer: number;
|
||||
private cancelThreepidLookup: () => void;
|
||||
|
||||
static defaultProps: Partial<IProps> = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user