import * as React from 'react'; import EndorseContentLayout from '..'; function EndorseContentLayoutWithMandatoryProps() { return ; } function EndorseContentLayoutWithAllProps() { return ( } head={
} primaryCta={
} secondaryCta={
} /> ); }