UNPKG

react-native-dualscreeninfo

Version:

React Native package for dual screen devices support (Surface Duo)

7 lines (6 loc) 300 B
/** * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import * as React from "react"; export declare const RNHinge: React.ForwardRefExoticComponent<import("react-native").ViewProps & React.RefAttributes<React.Component<import("react-native").ViewProps, {}, any>>>;