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!

8 lines (7 loc) 220 B
import { PreviewProps } from '@pdfme/common'; import { PreviewUI } from './class.js'; declare class Viewer extends PreviewUI { constructor(props: PreviewProps); protected render(): void; } export default Viewer;