UNPKG

@amsterdam/bmi-dms-upload

Version:

A document upload flow that can be implemented in any BMI React application. Documents are stored in DMS. Metadata can be added in the flow.

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