UNPKG

react-native-section-alphabet-list

Version:

A simple React Native component that takes an array of data and renders a SectionList with alphabetically sorted data.

4 lines (3 loc) 150 B
import * as React from "react"; import { ListLetterIndexProps } from "./types"; export declare const ListLetterIndex: React.FC<ListLetterIndexProps>;