ChatViewMessage Prop Type ChatLoadingState DownloadCopy code 1type ChatLoadingState = 2 | 'indeterminate' 3 | 'preload' 4 | 'streaming-answer' 5 | 'done' 6 | 'cancelled';