react-native-ui-lib
Version:
<p align="center"> <img src="https://user-images.githubusercontent.com/1780255/105469025-56759000-5ca0-11eb-993d-3568c1fd54f4.png" height="250px" style="display:block"/> </p> <p align="center">UI Toolset & Components Library for React Native</p> <p a
31 lines (30 loc) • 1.79 kB
TypeScript
/// <reference types="react" />
import { KeyboardTrackingViewProps } from './KeyboardTracking/KeyboardTrackingView';
import KeyboardRegistry from './KeyboardInput/KeyboardRegistry';
import KeyboardAccessoryView, { KeyboardAccessoryViewProps } from './KeyboardInput/KeyboardAccessoryView';
import KeyboardUtils from './KeyboardInput/utils/KeyboardUtils';
export { KeyboardTrackingViewProps, KeyboardAccessoryViewProps };
declare const _default: {
KeyboardTrackingView: import("react").ForwardRefExoticComponent<Pick<import("react-native").ViewProps & {
trackInteractive?: boolean | undefined;
useSafeArea?: boolean | undefined;
scrollToFocusedInput?: boolean | undefined;
scrollBehavior?: number | undefined;
revealKeyboardInteractive?: boolean | undefined;
manageScrollView?: boolean | undefined;
requiresSameParentToManageScrollView?: boolean | undefined;
addBottomView?: boolean | undefined;
allowHitsOutsideBounds?: boolean | undefined;
ref?: any;
children?: import("react").ReactChild | import("react").ReactChild[] | undefined;
style?: import("react-native").ViewStyle | undefined;
}, keyof import("react-native").ViewProps | "useSafeArea" | "trackInteractive" | "scrollToFocusedInput" | "scrollBehavior" | "revealKeyboardInteractive" | "manageScrollView" | "requiresSameParentToManageScrollView" | "addBottomView" | "allowHitsOutsideBounds"> & import("react").RefAttributes<unknown>>;
KeyboardAwareInsetsView: {
(props: KeyboardTrackingViewProps): JSX.Element;
displayName: string;
};
KeyboardRegistry: typeof KeyboardRegistry;
KeyboardAccessoryView: typeof KeyboardAccessoryView;
KeyboardUtils: typeof KeyboardUtils;
};
export default _default;