Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Re-Export common functions
Browse files Browse the repository at this point in the history
Signed-off-by: Tilman Vatteroth <[email protected]>
  • Loading branch information
mrdrogdrog committed Jun 6, 2022
1 parent a7fe913 commit 1e9c4f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
import * as htmlparser2 from 'htmlparser2'

export { convertHtmlToReact as default } from './convertHtmlToReact'
export { convertNodeToReactElement } from './convertNodeToReactElement'
export type { NodeToReactElementTransformer } from './NodeToReactElementTransformer'
export { processNodes } from './processNodes'
export { htmlparser2 }

0 comments on commit 1e9c4f3

Please sign in to comment.