mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +08:00
19 lines
321 B
Plaintext
19 lines
321 B
Plaintext
![]() |
/**
|
||
|
* @file FlexboxConfig.cppm
|
||
|
* @brief Module file for the FlexboxConfig struct of the Dom module
|
||
|
*/
|
||
|
|
||
|
module;
|
||
|
|
||
|
#include <ftxui/dom/flexbox_config.hpp>
|
||
|
|
||
|
export module ftxui.dom.FlexboxConfig;
|
||
|
|
||
|
/**
|
||
|
* @namespace ftxui
|
||
|
* @brief The FTXUI ftxui:: namespace
|
||
|
*/
|
||
|
export namespace ftxui {
|
||
|
using ftxui::FlexboxConfig;
|
||
|
}
|