mirror of
https://github.com/zhigang1992/react-native-super-grid.git
synced 2026-01-12 17:42:52 +08:00
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -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>
|
||||
> {}
|
||||
|
||||
Reference in New Issue
Block a user