UNPKG

react-native-screens

Version:
8 lines 288 B
import React from 'react'; import type { StackHostProps } from './StackHost.types'; /** * EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE */ declare function StackHost({ children, ref }: StackHostProps): React.JSX.Element; export default StackHost; //# sourceMappingURL=StackHost.d.ts.map