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