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