mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Update
This commit is contained in:
20
src/ftxui/dom/Deprecated.cppm
Normal file
20
src/ftxui/dom/Deprecated.cppm
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user