media-manager-next
Version:
Simple media manager to use it for uploading and managing resources (images, files, etc.). It uses MUI material design theme.
9 lines • 378 B
TypeScript
import React from 'react';
import { TranslationFunctionType } from './MediaManagerTypes';
declare type MediaUploadActionPropsT = {
updateList: () => void;
t: TranslationFunctionType;
};
declare const _default: React.MemoExoticComponent<({ updateList, t }: MediaUploadActionPropsT) => JSX.Element>;
export default _default;
//# sourceMappingURL=MediaUploadAction.d.ts.map