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

@ -78,7 +78,7 @@ type PropsActionsType = {
} & MessageActionsType &
SafetyNumberActionsType;
type Props = PropsDataType & PropsHousekeepingType & PropsActionsType;
export type Props = PropsDataType & PropsHousekeepingType & PropsActionsType;
// from https://github.com/bvaughn/react-virtualized/blob/fb3484ed5dcc41bffae8eab029126c0fb8f7abc0/source/List/types.js#L5
type RowRendererParamsType = {