Migrate ExpireTimer to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-21 09:28:26 -07:00 committed by Josh Perez
parent 6494818f76
commit ac28f9f13c
3 changed files with 110 additions and 223 deletions

View file

@ -3,7 +3,7 @@ import classNames from 'classnames';
import { getIncrement, getTimerBucket } from '../../util/timer';
interface Props {
export interface Props {
withImageNoCaption?: boolean;
withSticker?: boolean;
withTapToViewExpired?: boolean;