UNPKG

react-native-picker-modal-view

Version:
7 lines (6 loc) 171 B
export interface IAlphabetsInDto { alphabets: string[]; showAlphabeticalIndex: boolean; selectedAlpha?: string; setAlphabet: (alphabet: string) => void; }