import React from 'react'; export default class StyleSheet extends React.PureComponent { render() { const { customCSS, colors, cursorColor, fontSize, fontFamily, fontSmoothing, foregroundColor, borderColor } = this.props; return (