import React from 'react' import { Box, Text } from '@anthropic/ink' type Props = { addMargin: boolean } export function AssistantRedactedThinkingMessage({ addMargin = false, }: Props): React.ReactNode { return ( ✻ Thinking… ) }