type Props = { prompt: string; onPromptClick?: () => void; starterPromptFontSize?: number; }; export const StarterPromptBubble = (props: Props) => ( <>