UNPKG

react-mammoth

Version:

mammoth for React

13 lines (12 loc) 237 B
/** * doc文件预览 */ import * as React from "react"; import "./index.css"; interface IProps { html?: string; file?: File | Blob; options?: Options; } declare const DocViewer: React.FC<IProps>; export default DocViewer;