com.github.woojiahao.style.elements.table.TableRow.kt Maven / Gradle / Ivy
package com.github.woojiahao.style.elements.table
import com.github.woojiahao.style.Settings
import com.github.woojiahao.style.elements.Element
class TableRow(settings: Settings) : Element("tr", settings)