A formatted key binding entry for which-key popup display.
@type kind() :: :command | :group
@type t() :: %MingaEditor.UI.WhichKey.Binding{ description: String.t(), icon: String.t() | nil, key: String.t(), kind: kind() }