react-native-split-screen
Version:

15 lines (14 loc) • 663 B
TypeScript
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';