FTXUI/modules/ftxui/dom/LinearGradient.cppm
Toyosatomimi no Miko 69928b374e Add modules support
2025-03-25 18:49:18 -04:00

19 lines
326 B
C++

/**
* @file LinearGradient.cppm
* @brief Module file for the LinearGradient struct of the Dom module
*/
module;
#include <ftxui/dom/linear_gradient.hpp>
export module ftxui.dom.LinearGradient;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::LinearGradient;
}