ssap_app/node_modules/@expo/config-plugins/build/android/WindowSoftInputMode.d.ts

7 lines
463 B
TypeScript

import { ExpoConfig } from '@expo/config-types';
import { AndroidManifest } from './Manifest';
import { ConfigPlugin } from '../Plugin.types';
export declare const withWindowSoftInputMode: ConfigPlugin;
export declare function setWindowSoftInputModeMode(config: Pick<ExpoConfig, 'android' | 'userInterfaceStyle'>, androidManifest: AndroidManifest): AndroidManifest;
export declare function getWindowSoftInputModeMode(config: Pick<ExpoConfig, 'android'>): string;