UNPKG

react-native-screens

Version:
7 lines 226 B
import React from 'react'; type FooterProps = { children?: React.ReactNode; }; export default function FooterComponent({ children }: FooterProps): React.JSX.Element; export {}; //# sourceMappingURL=FooterComponent.d.ts.map