import { Home as HomeIcon } from '@transferwise/icons'; import { Status } from '../common'; import Summary, { type SummaryProps } from '.'; export default { component: Summary, title: 'Content/Summary/Tests', tags: ['!manifest', 'deprecated'], }; export const LongText = () => { const sharedProps: Partial = { action: { text: 'Change address', href: '#change-address', 'aria-label': ' Click here to change address', }, as: 'li', icon: , status: Status.NOT_DONE, info: { title: 'Title', }, }; return ( ); };