import * as React from 'react'; import { Text } from '@anthropic/ink'; export function PressEnterToContinue(): React.ReactNode { return ( Press Enter to continue… ); }