react-native-external-keyboard
Version:
Toolkit for improving physical keyboard support in React Native
4 lines • 384 B
TypeScript
import React from 'react';
import { type BaseKeyboardViewType } from '../../types/BaseKeyboardView';
export declare const BaseKeyboardView: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("react-native").ViewProps & import("../../types/BaseKeyboardView").BaseFocusViewProps & React.RefAttributes<BaseKeyboardViewType>>>;
//# sourceMappingURL=BaseKeyboardView.d.ts.map