UNPKG

react-biz

Version:

React components for Business

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