UNPKG

rn-single-multi-deletable-select

Version:

A react native reusable component with 3 options: single select, multi select and deletable items with option to show image and text or just text.

9 lines (6 loc) 171 B
import { ListItem } from '../interfaces'; type UseHorizontalSliderProps = { list: ListItem[]; isMultySelection: boolean; }; export default UseHorizontalSliderProps;