UNPKG
react-pdfmake
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.5
<a name="yarn"/>
react-pdfmake
/
lib
/
document.js
5 lines
•
197 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
PDFDocument
=
function
(
props
) {
return
null
; };
exports
.
default
=
PDFDocument
;
//# sourceMappingURL=document.js.map