@linktr.ee/messaging-react 1.6.4 → 1.6.6

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
@@ -18,6 +18,11 @@ export declare interface AvatarProps {
18
18
  className?: string;
19
19
  }
20
20
 
21
+ /**
22
+ * Empty state component shown when a channel has no messages
23
+ */
24
+ export declare const ChannelEmptyState: default_2.FC;
25
+
21
26
  /**
22
27
  * Channel list component with customizable header and actions
23
28
  */