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