UNPKG

react-toolbox-legacy

Version:

Unofficial fork of the react-toolbox package, compatible with React v16

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