FTXUI/modules/ftxui/screen/Box.cppm

19 lines
279 B
Plaintext
Raw Normal View History

2025-03-26 06:49:18 +08:00
/**
* @file Box.cppm
* @brief Module file for the Box struct of the Screen module
*/
module;
#include <ftxui/screen/box.hpp>
export module ftxui.screen.Box;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::Box;
}