tr

fun RenderContext.tr(    style: Style<BoxParams>,     baseClass: StyleClass = StyleClass.None,     id: String? = null,     prefix: String = "css",     scope: ScopeContext.() -> Unit = {},     content: Tr.() -> Unit): Tr
fun RenderContext.tr(    style: Style<BoxParams>,     parentStyling: Style<BoxParams> = {},     baseClass: StyleClass = StyleClass.None,     id: String? = null,     prefix: String = "css",     scope: ScopeContext.() -> Unit = {},     content: Tr.() -> Unit): Tr