Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { AnimatedCardState } from 'presets/AnimatedExpandableCard';
import { SingleShippingProps } from './typings';
declare function defaultRenderHeaderView(props: SingleShippingProps, state?: AnimatedCardState): JSX.Element;
declare function defaultRenderExpandableView(props: SingleShippingProps): JSX.Element;
declare function defaultRenderFooterView(props: SingleShippingProps): JSX.Element;
export { defaultRenderHeaderView, defaultRenderExpandableView, defaultRenderFooterView, };