UNPKG

@aurelia-mdc-web/typography

Version:

Wrapper for Material Components Web Typography

7 lines 202 B
import { PLATFORM } from 'aurelia-framework'; export function configure(config) { config.globalResources([ PLATFORM.moduleName('./mdc-typography') ]); } //# sourceMappingURL=index.js.map