Files
FTXUI/src/ftxui/dom/linear_gradient.cppm

19 lines
328 B
Plaintext
Raw Normal View History

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