File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- export { MentionProps } from './componentRenderers' ;
1
+ export type { MentionProps } from './componentRenderers' ;
2
2
export { escapeRegExp , matchMarkdownLinks , messageCodeBlocks } from './regex' ;
3
3
export * from './rehypePlugins' ;
4
4
export * from './remarkPlugins' ;
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ export * from './TypingIndicator';
32
32
export * from './UserItem' ;
33
33
export * from './Window' ;
34
34
35
- export { UploadButton , UploadButtonProps } from './ReactFileUtilities' ;
35
+ export { UploadButton } from './ReactFileUtilities' ;
36
+ export type { UploadButtonProps } from './ReactFileUtilities' ;
Original file line number Diff line number Diff line change 1
- export { DefaultStreamChatGenerics , ChannelUnreadUiState } from './types' ;
1
+ export type { DefaultStreamChatGenerics , ChannelUnreadUiState } from './types' ;
Original file line number Diff line number Diff line change 28
28
"declaration" : true ,
29
29
"declarationDir" : " ./dist" ,
30
30
"declarationMap" : true ,
31
- "importHelpers" : true
31
+ "importHelpers" : true ,
32
+ "isolatedModules" : true
32
33
},
33
34
"include" : [" ./src/**/*" ],
34
35
"exclude" : [" ./src/stories" , " ./src/mock-builders" , " ./src/**/__tests__/*" ]
You can’t perform that action at this time.
0 commit comments