This commit is contained in:
ArthurSonzogni
2025-04-10 14:45:45 +02:00
parent 85c3dc45ca
commit 0c67566427
40 changed files with 109 additions and 92 deletions

View File

@@ -0,0 +1,20 @@
/**
* @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;
}