FTXUI/modules/ftxui/dom/Table.cppm

20 lines
312 B
Plaintext
Raw Normal View History

2025-03-26 06:49:18 +08:00
/**
* @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;
}