rgpui 1.2.1

GUI UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! 对话框组件 - 模态对话框与警告对话框。

mod alert_dialog;
mod content;
mod description;
mod dialog;
mod footer;
mod header;
mod title;

pub use alert_dialog::*;
pub use content::DialogContent;
pub use description::DialogDescription;
pub use dialog::*;
pub use footer::*;
pub use header::DialogHeader;
pub use title::DialogTitle;