// @hash v3-10DE965F7B56BC891409C96FF5857A18631CAA1F // Automatically generated by ReactJS.NET. Do not edit, your changes will be overridden. // Version: 5.2.12 (build 29c76c8) with Babel 7.8.7 // Generated at: 9/6/2026 9:40:19 PM /////////////////////////////////////////////////////////////////////////////// class HtmlTabs extends React.Component { render() { return React.createElement("div", { className: "my-10" }, React.createElement(global.Tabs, { tabs: this.props.tabs.map(tab => ({ 'name': tab.name, 'content': tab.content, 'id': tab.id })) })); } }