UNPKG

@meshconnect/react-native-link-sdk

Version:
9 lines (8 loc) 250 B
import React from 'react'; type NavBarProps = { goBack: () => void; showCloseAlert: () => void; isDarkTheme: boolean; }; export declare const NavBar: ({ goBack, showCloseAlert, isDarkTheme }: NavBarProps) => React.JSX.Element; export {};