Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
import { PaymentCardState } from './typings';
declare class PaymentCardInstance implements PaymentCardState {
shouldShowRemoveCard: boolean;
handleRemoveView(): void;
}
export { PaymentCardInstance };