Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
typings
/
src
/
components
/
presets
/
PaymentMethods
/
PaymentEditCard
/
styled.d.ts
|
|---|
declare const PaymentEditCardWrapper: any;
declare const PaymentCardIcon: any;
declare const DefaultPaymentOption: any;
declare const PaymentDetailsWrapper: any;
declare const PaymentCardDetail: any;
declare const PaymentEditHeader: any;
declare const PaymentEditButton: any;
declare const PaymentEditFooter: any;
declare const PaymentRemoveButton: any;
declare const CardTitle: any;
declare const CardExpiry: any;
declare const BalanceElement: any;
declare const GiftBalance: any;
declare const GiftAmount: any;
declare const MakeDefaultLabel: any;
declare const EditInfoButton: any;
declare const RemoveButton: any;
export { PaymentEditCardWrapper, PaymentCardIcon, DefaultPaymentOption, PaymentDetailsWrapper, PaymentCardDetail, PaymentEditHeader, PaymentEditButton, PaymentEditFooter, PaymentRemoveButton, CardTitle, CardExpiry, BalanceElement, GiftBalance, GiftAmount, MakeDefaultLabel, EditInfoButton, RemoveButton };