@aurelia-mdc-web/circular-progress
Version:
Wrapper for Material Components Web Circular Progress
13 lines • 595 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MdcCircularProgress = void 0;
exports.configure = configure;
var aurelia_framework_1 = require("aurelia-framework");
var mdc_circular_progress_1 = require("./mdc-circular-progress");
Object.defineProperty(exports, "MdcCircularProgress", { enumerable: true, get: function () { return mdc_circular_progress_1.MdcCircularProgress; } });
function configure(config) {
config.globalResources([
aurelia_framework_1.PLATFORM.moduleName('./mdc-circular-progress')
]);
}
//# sourceMappingURL=index.js.map