UNPKG

@aurelia-mdc-web/floating-label

Version:

Wrapper for Material Components Web Floating Label

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