Interface syntax
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
f112f4fcef
commit
85ce95e066
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import { _t } from "../../../languageHandler";
|
||||||
import { MatrixClientPeg } from "../../../MatrixClientPeg";
|
import { MatrixClientPeg } from "../../../MatrixClientPeg";
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
requestClose(): void,
|
requestClose(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IState {
|
interface IState {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue