@tra-tech/react-native-kitra
Version:
UI kit for React Native
14 lines (13 loc) • 427 B
TypeScript
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;