UNPKG

wix-style-react

Version:
4 lines 189 B
import { createContext } from 'react'; const HighlightContext = createContext({ highlight: false, match: '' }); export default HighlightContext; //# sourceMappingURL=HighlightContext.js.map