mirror of https://github.com/vector-im/riot-web
fix typescript definitions
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
2f959a974a
commit
ed9d3a36a2
|
@ -28,8 +28,8 @@ import { Action } from "../../dispatcher/actions";
|
||||||
interface IProps {
|
interface IProps {
|
||||||
onQueryUpdate: (newQuery: string) => void;
|
onQueryUpdate: (newQuery: string) => void;
|
||||||
isMinimized: boolean;
|
isMinimized: boolean;
|
||||||
onVerticalArrow(ev: React.KeyboardEvent);
|
onVerticalArrow(ev: React.KeyboardEvent): void;
|
||||||
onEnter(ev: React.KeyboardEvent);
|
onEnter(ev: React.KeyboardEvent): boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IState {
|
interface IState {
|
||||||
|
|
Loading…
Reference in New Issue