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

21 lines
346 B
C++

/**
* @file Deprecated.cppm
* @brief Module file for deprecated parts of the Dom module
*/
module;
#include <ftxui/dom/deprecated.hpp>
export module ftxui.dom.Deprecated;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::text;
using ftxui::vtext;
using ftxui::paragraph;
}