import * as React from "react"; import type { ExpoPdfViewProps } from "./ExpoPdf.types"; export default function ExpoPdfView(props: ExpoPdfViewProps) { const { source, onLoad, onError } = props; return (