UNPKG

omnipay-savings-sdk

Version:

Omnipay Savings SDK

7 lines (6 loc) 311 B
import { ScreenParams, CommonScreenProps } from '../navigation/app'; type Props = CommonScreenProps & { params: ScreenParams['suggestedPlans']; }; declare const SuggestedPlans: ({ params, navigate, goBack, isInitialScreen }: Props) => import("react/jsx-runtime").JSX.Element; export default SuggestedPlans;