UNPKG

@coolsoftwaretyler/cool-pdf

Version:
6 lines 295 B
// Reexport the native module. On web, it will be resolved to CoolPdfModule.web.ts // and on native platforms to CoolPdfModule.ts export { default } from './CoolPdfModule'; export { default as CoolPdfView } from './CoolPdfView'; export * from './CoolPdf.types'; //# sourceMappingURL=index.js.map