react-web-native-sketch
Version:
[TODO: We need an overview of how this can be used via npm vs as a local package]
10 lines (9 loc) • 546 B
TypeScript
import { InjectedTranslateProps } from "react-i18next";
import { FieldStateProps } from "../../redux/FormComponents/FormComponents.types";
import { ConnectedProps, S3PhotoComponentDBValue, S3PhotoInputComponentProps } from "./S3PhotoInputComponent.types";
declare global {
interface Window {
webkitURL?: string;
}
}
export declare function onDrop(acceptedFiles: Array<File>, rejectedFiles: Array<File>, props: S3PhotoInputComponentProps & ConnectedProps & FieldStateProps<S3PhotoComponentDBValue> & InjectedTranslateProps): void;