mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-26 01:21:12 +08:00
21 lines
346 B
C++
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;
|
|
}
|