Accompanying changes

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-07-30 10:06:28 +02:00
commit 2537088099
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
8 changed files with 28 additions and 30 deletions

View file

@ -48,10 +48,10 @@ const resolveAvatarSrc = (client: MatrixClient, src: string, size: number) =>
interface Props extends React.HTMLAttributes<HTMLDivElement> {
bgKey?: string;
src: string;
src?: string;
fallback: string;
size?: Size | number;
className: string;
className?: string;
style?: CSSProperties;
}