@rn-vui/themed
Version:
Cross Platform React Native UI Toolkit
6 lines (5 loc) • 366 B
TypeScript
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;