UNPKG

@ftrack/react-toolbox

Version:

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

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 };