UNPKG

@tra-tech/react-native-kitra

Version:
14 lines (13 loc) 427 B
import React from 'react'; import { TextInputProps as RNTextInputProps } from 'react-native'; import type { TextInputProps } from '../../types'; declare const _default: React.ForwardRefExoticComponent<TextInputProps & RNTextInputProps & { theme?: { [index: string]: string; } | undefined; } & { typography?: any; } & { children?: React.ReactNode; } & React.RefAttributes<any>>; export default _default;