Migrate Timestamp to Storybook

Co-authored-by: Chris Svenningsen <chris@carbonfive.com>
This commit is contained in:
Sidney Keese 2020-08-26 14:08:22 -07:00 committed by Josh Perez
parent ac0ddf34ea
commit 15c7e9bf72
3 changed files with 106 additions and 236 deletions

View file

@ -6,7 +6,7 @@ import { formatRelativeTime } from '../../util/formatRelativeTime';
import { LocalizerType } from '../../types/Util';
interface Props {
export interface Props {
timestamp?: number;
extended?: boolean;
module?: string;