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 181 B
import type { FC } from 'react'; type Props = { uri: string; }; declare const ImageRenderer: FC<Props>; export default ImageRenderer; //# sourceMappingURL=ImageRenderer.d.ts.map