UNPKG

wix-style-react

Version:
8 lines (6 loc) 206 B
import { tooltipDriverFactory as publicDriverFactory } from '../Tooltip.uni.driver'; export const tooltipPrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };