Represents the props for the Prompt component.

interface PromptProps {
    prompt?: ReactNode;
}

Properties

Properties

prompt?: ReactNode

The prompt message to be displayed.

Generated using TypeDoc