UNPKG

wix-style-react

Version:
8 lines (6 loc) 244 B
import publicDriverFactory from '../CardGalleryItem.uni.driver'; import { DataHook } from '../constants'; export default base => ({ ...publicDriverFactory(base), getHoveredContent: () => base.$(`[data-hook=${DataHook.HoverContent}]`), });