We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6153ad5 commit d7e69b4Copy full SHA for d7e69b4
index.d.ts
@@ -845,7 +845,7 @@ declare module "native-base" {
845
dataArray: Array<any>;
846
headerStyle?: ReactNative.ViewStyle;
847
contentStyle?: ReactNative.ViewStyle;
848
- renderHeader?: (item: any, expanded: boolean) => React.ReactElement;
+ renderHeader?: (item: any, expanded: boolean) => React.ReactElement<any>;
849
renderContent?: (item: any) => React.ReactElement<any>;
850
icon?: string;
851
expandedIcon?: string;
0 commit comments