Update index.d.ts

updated the class name in type def
This commit is contained in:
Sankaran Kaliappan
2019-04-16 14:06:39 +05:30
committed by GitHub
parent 1bd212a65b
commit a38ea0db71

2
index.d.ts vendored
View File

@@ -84,6 +84,6 @@ export interface SectionGridProps<ItemType = any> {
onLayout?: Function;
}
export class SuperGridSectionList<ItemType = any> extends React.Component<
export class SectionGrid<ItemType = any> extends React.Component<
SectionGridProps<ItemType>
> {}