/// @module ftxui.component.loop /// @brief Module file for the Loop class of the Component module module; #include export module ftxui.component.loop; /** * @namespace ftxui * @brief The FTXUI ftxui:: namespace */ export namespace ftxui { using ftxui::ComponentBase; using ftxui::Component; using ftxui::ScreenInteractive; using ftxui::Loop; }