Add tile shape string type

pull/21833/head
J. Ryan Stinnett 2021-04-26 15:55:04 +01:00
parent ba4e58513d
commit 8659c98c44
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ interface IProps {
// It could also be done by subclassing EventTile, but that'd be quite // It could also be done by subclassing EventTile, but that'd be quite
// boiilerplatey. So just make the necessary render decisions conditional // boiilerplatey. So just make the necessary render decisions conditional
// for now. // for now.
tileShape?: string; tileShape?: 'notif' | 'file_grid' | 'reply' | 'reply_preview';
// show twelve hour timestamps // show twelve hour timestamps
isTwelveHour?: boolean; isTwelveHour?: boolean;