prompt slot (#19563)

This commit is contained in:
Sebastian 2026-03-29 00:27:27 +01:00 committed by GitHub
commit 38af99dcb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 125 additions and 43 deletions

View file

@ -231,6 +231,7 @@ export function createTuiPluginApi(opts: Opts = {}): HostPluginApi {
DialogConfirm: () => null,
DialogPrompt: () => null,
DialogSelect: () => null,
Prompt: () => null,
toast: () => {},
dialog: {
replace: () => {