File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 744744 ): JSX.Element;
745745 }
746746
747- export interface MessageSearchProps extends MessageSearchUIProps, MessageSearchProviderProps {}
747+ export interface MessageSearchProps extends MessageSearchUIProps, MessageSearchProviderProps {
748+ onCloseClick?: () => void;
749+ }
748750
749751 /**
750752 * CreateChannel
Original file line number Diff line number Diff line change @@ -1036,7 +1036,9 @@ interface MessageSearchUIProps {
10361036 ) : JSX . Element ;
10371037}
10381038
1039- interface MessageSearchProps extends MessageSearchUIProps , MessageSearchProviderProps { }
1039+ interface MessageSearchProps extends MessageSearchUIProps , MessageSearchProviderProps {
1040+ onCloseClick ?: ( ) => void ;
1041+ }
10401042
10411043declare module '@sendbird/uikit-react/MessageSearch' {
10421044 type MessageSearch = React . FC < MessageSearchProps > ;
You can’t perform that action at this time.
0 commit comments