FTXUI/src/ftxui/dom/flexbox_config.cppm

19 lines
323 B
Plaintext
Raw Normal View History

2025-03-26 06:49:18 +08:00
/**
2025-06-04 01:25:03 +08:00
* @file flexbox_config.cppm
2025-03-26 06:49:18 +08:00
* @brief Module file for the FlexboxConfig struct of the Dom module
*/
module;
#include <ftxui/dom/flexbox_config.hpp>
2025-06-04 01:25:03 +08:00
export module ftxui.dom.flexbox_config;
2025-03-26 06:49:18 +08:00
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::FlexboxConfig;
}