UNPKG

react-native-paypal-buttons

Version:
5 lines 367 B
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