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.

26 lines (25 loc) 557 B
export declare const styles: { letterIndexContainer: { width: number; height: string; position: "absolute"; top: number; right: number; }; letterIndexList: { alignItems: "center"; justifyContent: "center"; height: string; }; letterIndexItem: { width: number; height: number; alignItems: "center"; justifyContent: "center"; }; letterIndexLabel: { fontSize: number; fontWeight: "bold"; color: string; }; };