run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-11 07:01:49 -08:00
commit 4c65906cf6
3 changed files with 15 additions and 10 deletions

View file

@ -2429,7 +2429,7 @@
"name": "cell",
"default": false,
"fallback": "{cell.display ? cell.display(cell.value) : cell.value}",
"slot_props": "{ row: DataTableRow; cell: DataTableCell; }"
"slot_props": "{ row: DataTableRow; cell: DataTableCell; rowIndex: number; cellIndex: number; }"
},
{
"name": "cell-header",