import * as React from 'react'; import { TitleSection } from '../../../typings/story-section'; import styles from './styles.scss'; export const title: (a: TitleSection) => React.ReactNode = section => (

{section.title}

);