UNPKG

@aurelia-mdc-web/floating-label

Version:

Wrapper for Material Components Web Floating Label

13 lines 574 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MdcFloatingLabel = void 0; exports.configure = configure; var aurelia_framework_1 = require("aurelia-framework"); var mdc_floating_label_1 = require("./mdc-floating-label"); Object.defineProperty(exports, "MdcFloatingLabel", { enumerable: true, get: function () { return mdc_floating_label_1.MdcFloatingLabel; } }); function configure(config) { config.globalResources([ aurelia_framework_1.PLATFORM.moduleName('./mdc-floating-label') ]); } //# sourceMappingURL=index.js.map