File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -867,19 +867,19 @@ declare module '@sendbird/uikit-react/withSendbird' {
867
867
868
868
// handlers
869
869
declare module '@sendbird/uikit-react/handlers/ConnectionHandler' {
870
- import type { ConnectionHandler } from '@sendbird/chat';
870
+ import { ConnectionHandler } from '@sendbird/chat';
871
871
export default ConnectionHandler;
872
872
}
873
873
declare module '@sendbird/uikit-react/handlers/GroupChannelHandler' {
874
- import type { GroupChannelHandler } from '@sendbird/chat/groupChannel';
874
+ import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
875
875
export default GroupChannelHandler;
876
876
}
877
877
declare module '@sendbird/uikit-react/handlers/OpenChannelHandler' {
878
- import type { OpenChannelHandler } from '@sendbird/chat/openChannel';
878
+ import { OpenChannelHandler } from '@sendbird/chat/openChannel';
879
879
export default OpenChannelHandler;
880
880
}
881
881
declare module '@sendbird/uikit-react/handlers/UserEventHandler' {
882
- import type { UserEventHandler } from "@sendbird/chat";
882
+ import { UserEventHandler } from "@sendbird/chat";
883
883
export default UserEventHandler;
884
884
}
885
885
You can’t perform that action at this time.
0 commit comments