Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import { AnimatedCardState } from 'presets/AnimatedExpandableCard';
import { ApprovalProps } from './typings';
declare function defaultRenderHeaderView(props: ApprovalProps, state: AnimatedCardState): JSX.Element;
declare function defaultRenderExpandabelView(props: ApprovalProps): JSX.Element;
export { defaultRenderHeaderView, defaultRenderExpandabelView };