UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

7 lines 175 B
import type { FC } from 'react'; type Props = { uri: string; }; declare const PDFRenderer: FC<Props>; export default PDFRenderer; //# sourceMappingURL=PDFRenderer.d.ts.map