lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
shared
/
com.apadmi.mockzilla.mock.ui
/
MainContent
Main
Content
@
Composable
fun
MainContent
(
cowResult
:
DataResult
<
CowDto
,
String
>
?
,
makeRequest
:
(
someValue
:
String
)
->
Unit
,
launchManagementUi
:
(
)
->
Unit
)