UNPKG

wix-style-react

Version:
10 lines (8 loc) 298 B
import { mediaOverlayDriverFactory as publicDriverFactory } from '../MediaOverlay.uni.driver'; export const mediaOverlayPrivateDriverFactory = base => { return { ...publicDriverFactory(base), getContentChildren: async () => await base.$$(`[data-hook="content-area"] > *`), }; };