{
  "props": [
    {
      "Attribute": "children",
      "Type": "`ReactNode[]`",
      "Description": "A list of Column(s) or a function. If the latter, a list of columns must be provided using the columns prop",
      "Default": "-"
    },
    {
      "Attribute": "columns",
      "Type": "`T[]`",
      "Description": "A list of table columns.",
      "Default": "-"
    }
  ],
  "link": "https://nextui.org/docs/components/tableheader"
}
