UNPKG

react-native-collapsible-tab-view

Version:
9 lines 320 B
import React from 'react'; import { SectionList as RNSectionList, SectionListProps } from 'react-native'; /** * Use like a regular SectionList. */ export declare const SectionList: <T>(p: SectionListProps<T> & { ref?: React.Ref<RNSectionList<T>>; }) => React.ReactElement; //# sourceMappingURL=SectionList.d.ts.map