UNPKG

@prosperitainova/dumbo-react-native

Version:
11 lines 449 B
import React from 'react'; import { TextInputProps } from '../../types/shared'; /** * NumberInput component for rendering an input for numbers with increment/decrement * * {@link https://github.com/carbon-design-system/carbon-react-native/blob/main/example/src/Views/NumberInput.tsx | Example code} */ export declare class NumberInput extends React.Component<TextInputProps> { render(): React.ReactNode; } //# sourceMappingURL=index.d.ts.map