UNPKG

@aurelia-mdc-web/circular-progress

Version:

Wrapper for Material Components Web Circular Progress

8 lines 272 B
import { PLATFORM } from 'aurelia-framework'; export { MdcCircularProgress } from './mdc-circular-progress'; export function configure(config) { config.globalResources([ PLATFORM.moduleName('./mdc-circular-progress') ]); } //# sourceMappingURL=index.js.map