vrfi-design-system 1.2.40 → 1.2.41

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
@@ -343,6 +343,7 @@ declare interface ChatDetailsProps {
343
343
  onMessageChange: (e: default_2.ChangeEvent<HTMLInputElement>) => void;
344
344
  onSendMessage: () => void;
345
345
  userType: UserType_3;
346
+ onAttachmentClick?: () => void;
346
347
  }
347
348
 
348
349
  export declare const ChatList: <T extends GenericChatShape>({ chats, onChatClick, selectedChat, userType, }: ChatListProps<T>) => default_2.JSX.Element;