# Functions
Create returns a pointer to prompt that is ready to Run.
NewAsyncList creates and initializes a list of searchable items.
NewList creates and initializes a list of searchable items.
WithInformation adds additional information below to the prompt.
WithItemRenderer to add your own implementation on rendering an Item.
WithSelectionHandler adds a selection handler to the prompt.
# Constants
NotFound is an index returned when no item was selected.
# Structs
AsyncList holds a collection of items that can be displayed with an N number of visible items.
KeyBinding is used for mapping a key to a function.
Options is the common options for building a prompt.
Prompt is a interactive prompt for command-line.
State holds the changeable vars of the prompt.
SyncList holds a collection of items that can be displayed with an N number of visible items.
# Interfaces
No description provided by the author
# Type aliases
OptionalFunc handles functional arguments of the prompt.