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