native-base
Version:
Essential cross-platform UI components for React Native
9 lines (8 loc) • 486 B
TypeScript
import React from 'react';
import type { INumberInputStepperProps } from './types';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../primitives/Box").InterfaceBoxProps<INumberInputStepperProps> & {
isDisabled?: boolean | undefined;
_disabled?: Omit<INumberInputStepperProps, "_disabled"> | undefined;
_active?: Omit<INumberInputStepperProps, "_active"> | undefined;
} & React.RefAttributes<unknown>>>;
export default _default;