import React from 'react'; import classNames from 'classnames'; import { CSSTransition } from 'react-transition-group'; export default ({ large, visible }: { visible: boolean; large?: boolean }) => (
);