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

21 lines
346 B
Plaintext
Raw Normal View History

2025-03-25 18:49:18 -04: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;
}