@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 • 307 B
TypeScript
import React from 'react';
export interface WithCustomProviderProps {
basePath: string;
}
declare const withCustomProvider: <P extends object>(Component: React.ComponentType<P>) => React.FC<P & WithCustomProviderProps>;
export default withCustomProvider;
//# sourceMappingURL=withCustomProvider.d.ts.map