Repository URL to install this package:
|
Version:
2.1.9 ▾
|
import { AnimatedCardProps, AnimatedCardState } from 'presets/AnimatedExpandableCard';
export interface PaymentActionTileProps extends AnimatedCardProps {
}
export interface PaymentActionTileState extends AnimatedCardState {
}