UNPKG

react-native-keyboard-controller

Version:

Keyboard manager which works in identical way on both iOS and Android

6 lines (5 loc) 287 B
import React from "react"; import type { OverKeyboardViewProps } from "../../types"; import type { PropsWithChildren } from "react"; declare const OverKeyboardView: ({ children, visible, }: PropsWithChildren<OverKeyboardViewProps>) => React.JSX.Element; export default OverKeyboardView;