import React, { ComponentType, CSSProperties } from 'react'; import { storiesOf } from '@storybook/react'; import FooterMenu from './FooterMenu'; const PreviewWrapper: ComponentType<{ style?: CSSProperties }> = ({ style, children }) => (