(function (_, $module$react, kotlin_kotlin, kotlin_org_jetbrains_kotlin_wrappers_kotlin_react_core) { 'use strict'; //region block: imports var createElement = $module$react.createElement; var Fragment = $module$react.Fragment; var Unit_getInstance = kotlin_kotlin.$_$.j6; var getChildArray = kotlin_org_jetbrains_kotlin_wrappers_kotlin_react_core.$_$.g; var getChildArray_0 = kotlin_org_jetbrains_kotlin_wrappers_kotlin_react_core.$_$.f; var VOID = kotlin_kotlin.$_$.h; //endregion //region block: pre-declaration //endregion function FC(block) { var component = FC$lambda(block); // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call return component; } function FC$lambda$lambda($block, $props) { return function ($this$createElementOrNull) { $block($this$createElementOrNull, $props); return Unit_getInstance(); }; } function FC$lambda($block) { return function (props) { return createElementOrNull(FC$lambda$lambda($block, props)); }; } function create(_this__u8e3s4, block) { // Inline function 'js.objects.jso' call // Inline function 'kotlin.apply' call // Inline function 'js.objects.jso' call var this_0 = {}; // Inline function 'kotlin.contracts.contract' call block(this_0); var props = this_0; var tmp0_elvis_lhs = getChildArray(props); var tmp; if (tmp0_elvis_lhs == null) { // Inline function 'kotlin.emptyArray' call tmp = []; } else { tmp = tmp0_elvis_lhs; } var children = tmp; return createElement.apply(null, [_this__u8e3s4, props].concat([].slice.call(children.slice()))); } function create_0(_this__u8e3s4) { return createElement(_this__u8e3s4); } function createElementOrNull(block) { // Inline function 'js.objects.jso' call // Inline function 'kotlin.apply' call // Inline function 'js.objects.jso' call var this_0 = {}; // Inline function 'kotlin.contracts.contract' call block(this_0); var tmp0_elvis_lhs = getChildArray_0(this_0); var tmp; if (tmp0_elvis_lhs == null) { return null; } else { tmp = tmp0_elvis_lhs; } var children = tmp; return createElement.apply(null, [Fragment, VOID].concat([].slice.call(children.slice()))); } //region block: exports _.$_$ = _.$_$ || {}; _.$_$.a = FC; _.$_$.b = create; _.$_$.c = create_0; //endregion return _; }(module.exports, require('react'), require('./kotlin-kotlin-stdlib.js'), require('./kotlin-react-core.js'))); //# sourceMappingURL=kotlin-react.js.map