@gendive/slide 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * @description 하단 중앙 AI 채팅 바 컴포넌트
3
- * @Todo vibecode - 하단 고정 입력창 + 위로 펼쳐지는 채팅 히스토리
3
+ * @Todo vibecode - 하단 고정 입력창 + 위로 펼쳐지는 채팅 히스토리 + 드래그 이동
4
4
  */
5
5
  export declare const AiChatBar: () => import("react/jsx-runtime").JSX.Element;