UNPKG
react-mammoth
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
mammoth for React
react-mammoth
/
src
/
index.ts
5 lines
(4 loc)
•
156 B
text/typescript
View Raw
1
2
3
4
5
import
Mammoth
from
"./Mammoth"
;
import
*
as
mammoth
from
"../public/mammoth.browser.min.js"
;
import
"./types"
;
export
{
Mammoth
as
default
, mammoth };