ui: Expose the 'prompt' module

The prompt Completion type alias is otherwise private. This will be
used in <https://redirect.github.com/helix-editor/helix/pull/12527>
to refactor some functions to return prompt completions.
This commit is contained in:
Michael Davis 2025-01-10 20:17:33 -05:00
parent 0f594c35f2
commit 369f2bb93d
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ pub mod menu;
pub mod overlay;
pub mod picker;
pub mod popup;
mod prompt;
pub mod prompt;
mod spinner;
mod statusline;
mod text;