UNPKG

@makeen.io/material-ui-kit

Version:
11 lines (10 loc) 323 B
declare const EditablePhotoPicker: ({ initImage, title, color, editableStyle, handleFileChange, theme, uploadProgress, }: { initImage: any; title: any; color: any; editableStyle: any; handleFileChange: any; theme: any; uploadProgress: any; }) => JSX.Element; export default EditablePhotoPicker;