UNPKG

react-native-picker-modal-view

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