UNPKG

@pdfme/ui

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

5 lines (4 loc) 137 B
import Designer from './Designer.js'; import Form from './Form.js'; import Viewer from './Viewer.js'; export { Designer, Viewer, Form };