@linktr.ee/messaging-react 1.12.3 → 1.12.4

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.
package/dist/index.d.ts CHANGED
@@ -23,6 +23,7 @@ export declare interface AvatarProps {
23
23
 
24
24
  /**
25
25
  * Empty state component shown when a channel has no messages
26
+ * Returns null to show nothing - the LoadingIndicator handles the loading state
26
27
  */
27
28
  export declare const ChannelEmptyState: default_2.FC;
28
29