Skip to content

Commit

Permalink
Export modules useful for HTML processing
Browse files Browse the repository at this point in the history
  • Loading branch information
claytongentry committed Sep 22, 2021
1 parent 9ee86ce commit 2121de6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import Range from './utils/cursor/range'
import Position from './utils/cursor/position'
import Error from './utils/mobiledoc-error'
import VERSION from './version'
import { MOBILEDOC_VERSION } from './renderers/mobiledoc'
import Renderer, { MOBILEDOC_VERSION } from './renderers/mobiledoc'
import DOMParser from './parsers/dom'
import PostNodeBuilder from './models/post-node-builder'

export { Editor, UI, ImageCard, Range, Position, Error, VERSION, MOBILEDOC_VERSION }
export { Editor, UI, ImageCard, Range, Position, Error, DOMParser, PostNodeBuilder, Renderer, VERSION, MOBILEDOC_VERSION }

0 comments on commit 2121de6

Please sign in to comment.