UNPKG

@naarni/design-system

Version:

Naarni React Native Design System for EV Fleet Apps

5 lines 265 B
import React from 'react'; import { TextInput } from 'react-native'; import { InputBoxProps } from './interfaces'; export declare const InputBox: React.ForwardRefExoticComponent<InputBoxProps & React.RefAttributes<TextInput>>; //# sourceMappingURL=InputBox.d.ts.map