mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Add tile shape string type
This commit is contained in:
parent
ba4e58513d
commit
8659c98c44
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ interface IProps {
|
|||
// It could also be done by subclassing EventTile, but that'd be quite
|
||||
// boiilerplatey. So just make the necessary render decisions conditional
|
||||
// for now.
|
||||
tileShape?: string;
|
||||
tileShape?: 'notif' | 'file_grid' | 'reply' | 'reply_preview';
|
||||
|
||||
// show twelve hour timestamps
|
||||
isTwelveHour?: boolean;
|
||||
|
|
Loading…
Reference in a new issue