alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
5 lines • 348 B
TypeScript
import type { TextInput as RNTextInput } from "react-native";
import { type InputTextProps } from "./InputText";
export type TextAreaProps = Omit<InputTextProps, "multiline">;
export declare const TextArea: import("react").ForwardRefExoticComponent<TextAreaProps & import("react").RefAttributes<RNTextInput>>;
//# sourceMappingURL=TextArea.d.ts.map