function LinkAuthFlow(props: LinkAuthFlowProps): Element;
A component for the flow of the link auth component.LinkAuthFlow renders the LinkAuthItems component when the view is “list” and the SignIn component when the view is “email” or “sms”. It also handles the transition between the views.