Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { PaymentActionTileProps, PaymentActionTileState } from './typings';
declare function defaultRenderHeaderView(props: PaymentActionTileProps, state: PaymentActionTileState): JSX.Element;
declare function defaultRenderExpandableView(props: PaymentActionTileProps, state: PaymentActionTileState): JSX.Element;
declare function defaultRenderFooterView(): JSX.Element;
export { defaultRenderHeaderView, defaultRenderExpandableView, defaultRenderFooterView, };