Skip to content

Commit

Permalink
ChatContainer의 Container prop 설명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
guswl98 committed Oct 13, 2023
1 parent ad4060a commit 7f4a9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chat/src/chat/chat-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const ScrollProvider = dynamic(() => import('./scroll-context'), {

export interface ChatContainerProps extends ChatContextValue {
/**
* Chat list와 보내기 Input 창을 감싸는 컨테이너로, 커스텀 스타일 등 적용 가능
* Chat list를 감싸는 컨테이너로, 커스텀 스타일 등 적용 가능
*/
container: ElementType
/**
Expand Down

0 comments on commit 7f4a9c8

Please sign in to comment.