import * as React from 'react'; import Card from '..'; function CardWithMandatoryProps() { return ; } function CardWithAllProps() { return ( content... ); }