UNPKG

@fruits-chain/react-native-xiaoshu

Version:
3 lines (2 loc) • 180 B
import type { PickerOption } from '../interface'; export declare const findUsableOptionIndex: (options: PickerOption[], next: boolean, index: number, reverse?: boolean) => number;