FTXUI/modules/ftxui/dom/LinearGradient.cppm

19 lines
326 B
Plaintext
Raw Normal View History

2025-03-26 06:49:18 +08:00
/**
* @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;
}