Merge pull request #89 from hisankaran/master

Update index.d.ts
This commit is contained in:
Saleel
2019-04-16 22:14:40 +04:00
committed by GitHub

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>
> {}