FTXUI/modules/ftxui/dom/Deprecated.cppm

21 lines
346 B
Plaintext
Raw Normal View History

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