You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
471 B
16 lines
471 B
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
require('../../utils/index.js');
|
|
var progress$1 = require('./src/progress.js');
|
|
var progress = require('./src/progress2.js');
|
|
var install = require('../../utils/vue/install.js');
|
|
|
|
const ElProgress = install.withInstall(progress$1["default"]);
|
|
|
|
exports.progressProps = progress.progressProps;
|
|
exports.ElProgress = ElProgress;
|
|
exports["default"] = ElProgress;
|
|
//# sourceMappingURL=index.js.map
|