UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

5 lines (4 loc) 292 B
import { PickerProps } from '../types'; type UsePickerMigrationWarnings = Pick<PickerProps, 'children' | 'migrate' | 'getItemLabel' | 'getItemValue' | 'onShow'>; declare const usePickerMigrationWarnings: (props: UsePickerMigrationWarnings) => void; export default usePickerMigrationWarnings;