UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

25 lines (24 loc) 563 B
declare const _default: { defaultProps: { size: string; step: number; min: number; max: number; defaultValue: string; keepWithinRange: boolean; clampValueOnBlur: boolean; focusInputOnChange: boolean; getAriaValueText: boolean; }; }; export default _default; export declare const NumberInputStepper: { baseStyle: (props: Record<string, any>) => { bg: any; iconColor: any; _active: {}; _disabled: { opacity: number; }; }; };