@dropzone-ui/react
Version:
The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.
14 lines (13 loc) • 379 B
TypeScript
import { LocalLabels } from "../localization";
/**
* English translation for Dropzone component
*/
export declare const DropzoneEnglish: LocalLabels;
/**
* English translation for FileItem component
*/
export declare const FileItemEnglish: LocalLabels;
/**
* English translation for Validation Errors
*/
export declare const ValidateErrorEnglish: LocalLabels;