File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ An example for data array is shown below:
5252``` jsx
5353const dataArray = [
5454 {
55- name: ' User 1 ' ,
55+ name: ' Jon Dew ' ,
5656 avatarUrl: ' example.svg'
5757 },
5858 {
59- name: ' User 2 '
59+ name: ' Jack '
6060 }
6161];
6262
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export interface AvatarPropType {
33 name ?: string ,
44 elivateOnHover ?: boolean ,
55 nameOnHover ?: boolean ,
6- onUserClick ?: function ,
6+ onUserClick ?: ( ) => void ,
77 styles ?: StyleProp ,
88 id ?: string
99}
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ module.exports = {
8585 new MergeIntoSingleFilePlugin ( {
8686 files : {
8787 'types/index.d.ts' : [
88- path . resolve ( __dirname , 'src/sdk/ types.ts' )
88+ path . resolve ( __dirname , 'src/lib/inline-images/ types.d .ts' )
8989 ]
9090 }
9191 } )
You can’t perform that action at this time.
0 commit comments