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

21 lines
346 B
Plaintext
Raw Normal View History

2025-03-25 18:49:18 -04:00
/**
2025-06-03 19:25:03 +02:00
* @file deprecated.cppm
2025-03-25 18:49:18 -04:00
* @brief Module file for deprecated parts of the Dom module
*/
module;
#include <ftxui/dom/deprecated.hpp>
2025-06-03 19:25:03 +02:00
export module ftxui.dom.deprecated;
2025-03-25 18:49:18 -04:00
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::text;
using ftxui::vtext;
using ftxui::paragraph;
}