UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

6 lines (5 loc) 528 B
import { InjectedTranslateProps } from "react-i18next"; import { Image } from "react-native-image-crop-picker"; import { FieldStateProps } from '../../redux/FormComponents/FormComponents.types'; import { ConnectedProps, S3PhotoComponentDBValue, S3PhotoInputComponentProps } from './S3PhotoInputComponent.types'; export declare function onDrop(acceptedFiles: Array<Image>, rejectedFiles: Array<Image>, props: S3PhotoInputComponentProps & ConnectedProps & FieldStateProps<S3PhotoComponentDBValue> & InjectedTranslateProps): void;