import ActionCard from '../index'; ActionCard.displayName = 'ActionCard'; function ActionCardExample( props ) { return props.exampleCode; } ActionCardExample.displayName = 'ActionCard'; ActionCardExample.defaultProps = { exampleCode: (