@quidone/react-native-wheel-picker
Version:
Picker is a UI component for selecting an item from a list of options.
10 lines • 428 B
TypeScript
import React from 'react';
import { type StyleProp, type ViewStyle } from 'react-native';
type OverlayProps = {
itemHeight: number;
pickerWidth: number | 'auto' | `${number}%`;
overlayItemStyle: StyleProp<ViewStyle> | undefined;
};
declare const _default: React.MemoExoticComponent<({ itemHeight, overlayItemStyle }: OverlayProps) => React.JSX.Element>;
export default _default;
//# sourceMappingURL=Overlay.d.ts.map