External Accounts
To add your list of external accounts, you will need to import the following components and submit some required props.
List header:
import { HeaderList } from 'LinkerStudio/modules/baas/components/molecules';
import strings from 'LinkerStudio/modules/baas/localization';<HeaderList
title={strings.externalAccount.title}
subTitle={strings.externalAccount.seeAll}
event={() => null}
/>Prop Description
List Item
Last updated