FTXUI/modules/ftxui/screen/ColorInfo.cppm

21 lines
342 B
Plaintext
Raw Normal View History

2025-03-26 06:49:18 +08:00
/**
* @file ColorInfo.cppm
* @brief Module file for the ColorInfo struct of the Screen module
*/
module;
#include <ftxui/screen/color_info.hpp>
export module ftxui.screen.ColorInfo;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::ColorInfo;
using ftxui::GetColorInfo;
}