UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

11 lines (10 loc) 485 B
export default class TextInputKeyboardManager { static setInputComponent: (textInputRef: any, { component, initialProps, useSafeArea }: { component?: string | undefined; initialProps: any; useSafeArea?: boolean | undefined; }) => void; static removeInputComponent: (textInputRef: any) => void; static dismissKeyboard: () => void; static toggleExpandKeyboard: (textInputRef: any, expand: boolean, performLayoutAnimation?: boolean) => void; }