UNPKG
react-mammoth
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
mammoth for React
react-mammoth
/
lib
/
Mammoth
/
index.d.ts
13 lines
(12 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * 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
;