Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKalghatgi authored Sep 6, 2018
1 parent 4167cbf commit 6153ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ declare module "native-base" {
dataArray: Array<any>;
headerStyle?: ReactNative.ViewStyle;
contentStyle?: ReactNative.ViewStyle;
renderHeader?: (item: any) => React.ReactElement<any>;
renderHeader?: (item: any, expanded: boolean) => React.ReactElement;
renderContent?: (item: any) => React.ReactElement<any>;
icon?: string;
expandedIcon?: string;
Expand Down

0 comments on commit 6153ad5

Please sign in to comment.