UNPKG

react-native-dualscreeninfo

Version:

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

9 lines (8 loc) 279 B
/** * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import React from 'react'; import { ViewProps } from 'react-native'; export declare type NativeProps = ViewProps & {}; export declare const NativeHinge: React.ComponentClass<NativeProps>;