UNPKG

react-native-screens

Version:
12 lines 375 B
import React from 'react'; import { ViewProps } from 'react-native'; /** * Unstable API */ declare function ScreenFooter(props: ViewProps): React.JSX.Element; type FooterProps = { children?: React.ReactNode; }; export declare function FooterComponent({ children }: FooterProps): React.JSX.Element; export default ScreenFooter; //# sourceMappingURL=ScreenFooter.d.ts.map