FTXUI/src/ftxui/dom/Table.cppm
ArthurSonzogni 0c67566427
Update
2025-04-10 14:45:45 +02:00

20 lines
312 B
C++

/**
* @file Table.cppm
* @brief Module file for the Table class of the Dom module
*/
module;
#include <ftxui/dom/table.hpp>
export module ftxui.dom.Table;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::Table;
using ftxui::TableSelection;
}