Rezi
Preparing search index...
core/src
PromptDialogProps
Type Alias PromptDialogProps
PromptDialogProps
:
Readonly
<
{
defaultValue
?:
string
;
id
:
string
;
onCancel
:
()
=>
void
;
onSubmit
:
(
value
:
string
)
=>
void
;
placeholder
?:
string
;
title
:
string
;
}
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...