FTXUI/src/ftxui/dom/selection.cppm
2025-06-03 19:25:16 +02:00

19 lines
299 B
C++

/**
* @file selection.cppm
* @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;
}