UNPKG

wix-style-react

Version:
10 lines 398 B
import { boxDriverFactory as publicDriverFactory } from './Box.uni.driver'; export const boxPrivateDriverFactory = base => { return { ...publicDriverFactory(base), hasChild: () => !!base.$(`[data-hook="box-child"]`), hasClass: className => base.hasClass(className), getStyle: () => base.attr('style'), }; }; //# sourceMappingURL=Box.private.uni.driver.js.map