import highlight from './highlight'; import defaultStyle from './styles/default-style'; import lowlight from 'lowlight'; export default highlight(lowlight, defaultStyle); export { default as createElement } from "./create-element";