omnipay-savings-sdk
Version:
Omnipay Savings SDK
17 lines (16 loc) • 519 B
TypeScript
import { JSX } from 'react';
import { StyleProp, ViewStyle, TextStyle } from 'react-native';
declare const Dropdown: (props: {
containerStyle?: StyleProp<ViewStyle>;
label: string | JSX.Element;
placeHolder: string;
style?: StyleProp<TextStyle>;
value: any;
onPress?: () => void;
loading?: boolean;
errorMsg?: string | undefined;
subScriptLeft?: string;
subScriptRight?: string;
showAsterisk?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
export default Dropdown;