UNPKG

react-cm-ui

Version:
11 lines (8 loc) 221 B
import Tooltip from '@material-ui/core/Tooltip'; import withStyles from '../../styles/withStyles'; const styles = () => ({ /** * TODO: Style the Tooltip. */ }); export default withStyles(styles)(Tooltip);