common-intellisense
Version:
18 lines (17 loc) • 444 B
JSON
{
"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"
}