@coolsoftwaretyler/cool-pdf
Version:
PDF View Component for Expo
6 lines • 295 B
JavaScript
// 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