Files
FTXUI/src/ftxui/dom/table.cppm

18 lines
313 B
Plaintext
Raw Normal View History

2025-06-05 07:16:53 +02:00
/// @module ftxui.dom.table
/// @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;
}