FTXUI/modules/ftxui/dom/Canvas.cppm

19 lines
285 B
Plaintext
Raw Normal View History

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