UNPKG

@attio/react-native-bottom-sheet-toolbox-text-input

Version:
3 lines 360 B
import type { TextInputProps } from "react-native/types"; export type BottomSheetToolBoxTextInputBaseProps = Pick<TextInputProps, "value" | "onChangeText" | "keyboardType" | "textContentType" | "autoCapitalize" | "spellCheck" | "autoCorrect" | "autoComplete" | "autoFocus" | "editable" | "onFocus" | "onBlur" | "multiline">; //# sourceMappingURL=types.d.ts.map