Improve typing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
93ab4dc787
commit
48949af961
3 changed files with 18 additions and 17 deletions
|
@ -21,9 +21,10 @@ import * as sdk from "../../../index";
|
|||
import { _t } from '../../../languageHandler';
|
||||
import { replaceableComponent } from "../../../utils/replaceableComponent";
|
||||
import { mediaFromMxc } from "../../../customisations/Media";
|
||||
import { IUserAddress } from '../../../UserAddress';
|
||||
|
||||
interface IProps {
|
||||
address; // FIXME: UserAddressType should be an interface
|
||||
address: IUserAddress;
|
||||
canDismiss?: boolean;
|
||||
onDismissed?: () => void;
|
||||
justified?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue