Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
if (menuFactory === void 0) { menuFactory = function (el) { return new MDCMenu(el); }; }
if (iconFactory === void 0) { iconFactory = function (el) { return new MDCSelectIcon(el); }; }
menuFactory: MDCMenuFactory = (el) => new MDCMenu(el),
iconFactory: MDCSelectIconFactory = (el) => new MDCSelectIcon(el),