@mxmweb/rtext 1.7.4 → 1.7.7

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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 根据 renderMode 与断点判断是否为窄视口消息布局(用于 ChatMessageAdapter 等)。
3
+ * renderMode 默认应为 desktop,避免破坏既有接入方。
4
+ * 2026-04-02 新增
5
+ */
6
+ export declare function useRtextViewportMobile(renderMode: 'desktop' | 'mobile' | 'auto', breakpoint: number): boolean;