DesktopContainer

fun DesktopContainer(menuBar: @Composable () -> Unit = {}, statusBar: @Composable () -> Unit = {}, content: @Composable () -> Unit)