Implement edit

This commit is contained in:
Chi Vinh Le
2018-09-11 00:15:27 +02:00
parent 195d61d104
commit a36d944e4a
21 changed files with 494 additions and 36 deletions
+1
View File
@@ -36,6 +36,7 @@ declare module "react-timeago" {
live?: boolean;
className: string;
formatter?: Formatter;
minPeriod?: number;
}
const TimeAgo: React.ComponentType<TimeAgoProps>;