react-native-paypal-buttons
Version:
React native implementation of PayPal Buttons
5 lines • 367 B
TypeScript
import { PaymentButtonColor, PaymentButtonSize, PaymentButtonLabel } from './types';
export type LabelMode = 'suffix' | 'prefix' | 'none';
export declare const getLabelColor: (background: PaymentButtonColor) => "black" | "white";
export declare const getLabelMode: (label: PaymentButtonLabel, size: PaymentButtonSize) => LabelMode;
//# sourceMappingURL=label.d.ts.map