//! A command palette: a search field over a filtered list of commands, with
//! groups, Action keybinding hints and keyboard navigation.
//!
//! [`Command`] owns the entries and rendering policy; [`CommandState`] holds
//! interaction state such as the query, focus, selection, and scrolling.
pub use Command;
pub use ;
pub use CommandState;
pub use init;