UNPKG

@aurelia-mdc-web/floating-label

Version:

Wrapper for Material Components Web Floating Label

13 lines 651 B
define(["require", "exports", "aurelia-framework", "./mdc-floating-label"], function (require, exports, aurelia_framework_1, mdc_floating_label_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MdcFloatingLabel = void 0; exports.configure = configure; 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