Migrate Timeline, TimelineLoadingRow to storybook

This commit is contained in:
Sidney Keese 2020-08-26 13:31:41 -07:00 committed by Josh Perez
parent 25dabd56fd
commit 1894ff0dc1
6 changed files with 396 additions and 388 deletions

View file

@ -6,7 +6,7 @@ import { Spinner } from '../Spinner';
export type STATE_ENUM = 'idle' | 'countdown' | 'loading';
type Props = {
export type Props = {
state: STATE_ENUM;
duration?: number;
expiresAt?: number;