styledButton

inline fun RBuilder.styledButton(    formEncType: ButtonFormEncType? = null,     formMethod: ButtonFormMethod? = null,     type: ButtonType? = null,     block: StyledDOMBuilder<BUTTON>.() -> Unit)(source)