unsafeStringSelectMenu
suspend fun ComponentContainer.unsafeStringSelectMenu(row: Int? = null, builder: suspend UnsafeStringSelectMenu<UnsafeModalForm>.() -> Unit): UnsafeStringSelectMenu<UnsafeModalForm>
suspend fun <M : UnsafeModalForm> ComponentContainer.unsafeStringSelectMenu(modal: () -> M?, row: Int? = null, builder: suspend UnsafeStringSelectMenu<M>.() -> Unit): UnsafeStringSelectMenu<M>