UNPKG

react-native-picker-modal-view

Version:
7 lines (6 loc) 203 B
import { IModalListInDto } from './'; export interface IListItemInDto { list: IModalListInDto; onSelectMethod: (obj: IModalListInDto) => IModalListInDto; defaultSelected?: IModalListInDto; }