From a38ea0db7105f9b3aa6da28a4786b47a36f863c2 Mon Sep 17 00:00:00 2001 From: Sankaran Kaliappan Date: Tue, 16 Apr 2019 14:06:39 +0530 Subject: [PATCH] Update index.d.ts updated the class name in type def --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index df4d713..3d57806 100644 --- a/index.d.ts +++ b/index.d.ts @@ -84,6 +84,6 @@ export interface SectionGridProps { onLayout?: Function; } -export class SuperGridSectionList extends React.Component< +export class SectionGrid extends React.Component< SectionGridProps > {}