MdOutlinedSegmentedButton

@Composable
fun MdOutlinedSegmentedButton(disabled: Boolean? = null, selected: Boolean? = null, label: String? = null, noCheckmark: Boolean? = null, hasIcon: Boolean? = null, attrs: AttrBuilderContext<HTMLElement>? = null, content: @Composable MdSegmentedButtonScope.() -> Unit? = null)(source)