UNPKG

react-native-cn-richtext-editor

Version:
12 lines (11 loc) 562 B
import { OrientationInfo, OrientationLock, WebOrientationLock } from './ScreenOrientation.types'; declare const _default: { readonly name: string; supportsOrientationLockAsync(orientationLock: OrientationLock): Promise<boolean>; getPlatformOrientationLockAsync(): Promise<WebOrientationLock>; getOrientationAsync(): Promise<OrientationInfo>; lockAsync(orientationLock: OrientationLock): Promise<void>; lockPlatformAsync(webOrientationLock: WebOrientationLock): Promise<void>; unlockAsync(): Promise<void>; }; export default _default;