UNPKG

react-files-uploading

Version:

The simple files uploader applied Render Props pattern. This approach allows you to fully control UI component and behaviours.

7 lines (6 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_DATA_URL_KEY = exports.INIT_MAX_NUMBER = exports.DEFAULT_NULL_INDEX = void 0; exports.DEFAULT_NULL_INDEX = -1; exports.INIT_MAX_NUMBER = 1000; exports.DEFAULT_DATA_URL_KEY = 'dataURL';