Repository URL to install this package:
|
Version:
2.1.0 ▾
|
/// <reference types="react" />
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, };