mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-11-15 11:38:56 +08:00
17 lines
300 B
C++
17 lines
300 B
C++
/// @module ftxui.dom.selection
|
|
/// @brief Module file for the Selection class of the Dom module
|
|
|
|
module;
|
|
|
|
#include <ftxui/dom/selection.hpp>
|
|
|
|
export module ftxui.dom.selection;
|
|
|
|
/**
|
|
* @namespace ftxui
|
|
* @brief The FTXUI ftxui:: namespace
|
|
*/
|
|
export namespace ftxui {
|
|
using ftxui::Selection;
|
|
}
|