UNPKG

@good-react-native/keyboard-avoider

Version:

A package for *easily* creating the keyboard avoiding behavior your want.

4 lines (3 loc) 199 B
/// <reference types="react" /> import { CommonProps } from "./common-props"; export default function KeyboardAvoiderInsets({ animationEasing, animationTime, extraSpace }: CommonProps): JSX.Element;