import * as React from 'react';

const Text = (props) => <span {...props} />;

export default Text;
