/// @module ftxui.dom.selection /// @brief Module file for the Selection class of the Dom module module; #include export module ftxui.dom.selection; /** * @namespace ftxui * @brief The FTXUI ftxui:: namespace */ export namespace ftxui { using ftxui::Selection; }