(function (root, factory) { if (typeof define === 'function' && define.amd) define(['exports', 'kotlin', 'kotlin-react-core'], factory); else if (typeof exports === 'object') factory(module.exports, require('kotlin'), require('kotlin-react-core')); else { if (typeof kotlin === 'undefined') { throw new Error("Error loading module 'kotlin-react-dom'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'kotlin-react-dom'."); } if (typeof this['kotlin-react-core'] === 'undefined') { throw new Error("Error loading module 'kotlin-react-dom'. Its dependency 'kotlin-react-core' was not found. Please, check whether 'kotlin-react-core' is loaded prior to 'kotlin-react-dom'."); } root['kotlin-react-dom'] = factory(typeof this['kotlin-react-dom'] === 'undefined' ? {} : this['kotlin-react-dom'], kotlin, this['kotlin-react-core']); } }(this, function (_, Kotlin, $module$kotlin_react_core) { 'use strict'; var $$importsForInline$$ = _.$$importsForInline$$ || (_.$$importsForInline$$ = {}); var defineInlineFunction = Kotlin.defineInlineFunction; var Kind_OBJECT = Kotlin.Kind.OBJECT; var ReactHTML_instance = null; var ReactSVG_instance = null; var FormEncType_instance = null; var FormMethod_instance = null; $$importsForInline$$['kotlin-react-core'] = $module$kotlin_react_core; return _; })); //# sourceMappingURL=kotlin-react-dom.js.map