PromptProps
PromptProps: { autoFocus?: undefined | false | true; autoRun?: undefined | false | true; command?: undefined | { commands: {} }; item?: any; theme?: any; value?: any }
Type declaration
-
Optional autoFocus?: undefined | false | true
-
Optional autoRun?: undefined | false | true
-
Optional command?: undefined | { commands: {} }
-
Optional item?: any
-
Optional theme?: any
-
Optional value?: any