UNPKG

@aurelia-mdc-web/typography

Version:

Wrapper for Material Components Web Typography

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