import * as React from 'react'; import Ellipsis from '..'; function EllipsisWithMandatoryProps() { return
} />; } function EllipsisWithAllProps() { return ( (
hi
)} /> ); }