UNPKG

wix-style-react

Version:
7 lines (5 loc) 177 B
const highlighterDriverFactory = component => ({ getElement: () => component, html: () => component.getAttribute('innerHTML'), }); export default highlighterDriverFactory;