UNPKG

omnipay-savings-sdk

Version:

Omnipay Savings SDK

9 lines (8 loc) 276 B
import { ReactNode } from 'react'; import { StyleProp, ViewStyle } from 'react-native'; type Props = { text: string | ReactNode; containerStyle?: StyleProp<ViewStyle>; }; export declare const Info: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};