UNPKG

@tra-tech/react-native-kitra

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