UNPKG

159 BJavaScriptView Raw
1import withTooltip from './withTooltip';
2import TooltipView from './tooltipView';
3export { withTooltip, TooltipView };
4export default withTooltip(TooltipView);
\No newline at end of file