UNPKG

@aurelia-mdc-web/typography

Version:

Wrapper for Material Components Web Typography

11 lines 416 B
define(["require", "exports", "aurelia-framework"], function (require, exports, aurelia_framework_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configure = configure; function configure(config) { config.globalResources([ aurelia_framework_1.PLATFORM.moduleName('./mdc-typography') ]); } }); //# sourceMappingURL=index.js.map