UNPKG

react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

7 lines (5 loc) 246 B
import tooltipFactory from './Tooltip'; import theme from './theme.css'; const themedTooltipFactory = options => tooltipFactory({ ...options, theme }); export default tooltipFactory({ theme }); export { themedTooltipFactory as tooltipFactory };