Migrate ScrollDownButton to Storybook

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

View file

@ -3,7 +3,7 @@ import classNames from 'classnames';
import { LocalizerType } from '../../types/Util';
type Props = {
export type Props = {
withNewMessages: boolean;
conversationId: string;