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
|
// 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;
|
||||||
|
|
Loading…
Reference in a new issue