other
/
ru.surf.other.ui.screens.signUp
/
SignUpForm
Sign
Up
Form
@
Composable
private fun
SignUpForm
(state:
PagerState
, loading:
Boolean
= false, onActions: (
SignUpActions
) ->
Unit
= {}, savedData: (email:
String
, pass:
String
) ->
Unit
= { _, _ -> })
Content copied to clipboard
@
Composable
private fun
SignUpForm
(state:
PagerState
, dataEmail:
String
= "", dataPass:
String
= "", loading:
Boolean
= false, onActions: (
SignUpActions
) ->
Unit
= {})
Content copied to clipboard