element-react-codish
Version:
Element UI for React
31 lines (20 loc) • 792 B
JavaScript
import _classCallCheck from "babel-runtime/helpers/classCallCheck";
import _possibleConstructorReturn from "babel-runtime/helpers/possibleConstructorReturn";
import _inherits from "babel-runtime/helpers/inherits";
export var RawFile = function (_File2) {
_inherits(RawFile, _File2);
function RawFile() {
_classCallCheck(this, RawFile);
return _possibleConstructorReturn(this, _File2.apply(this, arguments));
}
return RawFile;
}(File);
// 自定义file类型
export var _ProgressEvent = function (_ProgressEvent2) {
_inherits(_ProgressEvent, _ProgressEvent2);
function _ProgressEvent() {
_classCallCheck(this, _ProgressEvent);
return _possibleConstructorReturn(this, _ProgressEvent2.apply(this, arguments));
}
return _ProgressEvent;
}(ProgressEvent);