UNPKG

@rn-vui/themed

Version:
6 lines (5 loc) 366 B
import { Input, InputProps } from '@rn-vui/base/dist/Input/Input'; export { Input }; export type { InputProps }; declare const _default: import("react").FunctionComponent<import("react").PropsWithChildren<InputProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<InputProps>>>; export default _default;