Skip to main content

TabularTagNames

reexport
type TabularTagNames = "table"
  | "tbody"
  | "thead"
  | "tfoot"
  | "tr"
  | "td"
  | "th"