//! Generic UI components
/// Render async primitives
pubmodr#async;/// Handle commands from [`crate::ui::command`]
pubmodcommand_handler;/// Render files
pubmodfile;/// Help information
pubmodhelp;/// Print rendered information
pubmodprint;/// User defined triggers
pubmodtrigger;/// Render variables and arguments
pubmodvariable;