Skip to content

Commit

Permalink
Adding missing optional Upload property to LocaleProviderProps (ant…
Browse files Browse the repository at this point in the history
  • Loading branch information
suevalov authored and yesmeck committed Oct 11, 2017
1 parent 3c0103f commit 35b2c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/locale-provider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface LocaleProviderProps {
Popconfirm?: Object,
Transfer?: Object,
Select?: Object,
Upload?: Object,
};
children?: React.ReactElement<any>;
}
Expand Down

0 comments on commit 35b2c5e

Please sign in to comment.