import React from 'react'; import { LinkSpanProps } from '../../types'; import './styles.css'; export default (props: LinkSpanProps) => { return {props.children}; };