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 { AnimatedCardProps, AnimatedCardState } from './typings';
/**
 * header view
 */
declare function defaultRenderHeaderView(props: AnimatedCardProps, state: AnimatedCardState): JSX.Element;
/**
 * expandable view
 */
declare function defaultRenderExpandableView(props: AnimatedCardProps, state: AnimatedCardState): JSX.Element;
/**
 * footer view
 */
declare function defaultRenderFooterView(props: AnimatedCardProps, state: AnimatedCardState): JSX.Element;
/**
 * Empty Toggle Button
 */
declare function defaultRenderToggleButton(): JSX.Element;
export { defaultRenderToggleButton, defaultRenderHeaderView, defaultRenderExpandableView, defaultRenderFooterView, };