FTXUI/modules/ftxui/component/Event.cppm
Toyosatomimi no Miko 571f6dcdcf Trailing newline
2025-03-29 12:26:07 -04:00

22 lines
367 B
C++

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