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) 141 B
import * as React from "react"; import { AlphabetListProps } from "./types"; export declare const AlphabetList: React.FC<AlphabetListProps>;