UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

7 lines (6 loc) 282 B
export { InputGroup } from './InputGroup'; export { InputRightAddon, InputLeftAddon } from './InputAddons'; export type { IInputGroupProps, IInputProps } from './types'; import type { IInputComponentType } from './types'; declare const Input: IInputComponentType; export { Input };