UNPKG

react-native-split-screen

Version:

![预览图](https://s3.bmp.ovh/imgs/2022/12/22/602e25854a2ff0af.gif)

15 lines (14 loc) 663 B
import React from 'react'; import { ViewStyle } from 'react-native'; export declare const SplitView: (props: JSX.IntrinsicAttributes & { master: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined; detail: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined; containerStyle?: ViewStyle; masterStyle?: ViewStyle; detailStyle?: ViewStyle; }) => JSX.Element; export * from './libs/tableContext'; export * from './libs/sysBackHandler'; export * from './libs/navigator/navigate'; export * from './libs/navigator/detailNavigator'; export * from './libs/navigator/masterNavigator';