chore(prettier): exclude auto-generated COMPONENT_API.json (#2073)

This commit is contained in:
Eric Liu 2024-12-08 10:58:41 -08:00 committed by GitHub
commit 1d24da063f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -6,3 +6,4 @@ dist
client client
build build
*.svx *.svx
COMPONENT_API.json

View file

@ -3235,7 +3235,10 @@
"ts": "interface DataTableCell<\n Row = DataTableRow,\n> {\n key:\n | DataTableKey<Row>\n | (string & {});\n value: DataTableValue;\n display?: (\n item: DataTableValue,\n row: DataTableRow,\n ) => DataTableValue;\n}\n" "ts": "interface DataTableCell<\n Row = DataTableRow,\n> {\n key:\n | DataTableKey<Row>\n | (string & {});\n value: DataTableValue;\n display?: (\n item: DataTableValue,\n row: DataTableRow,\n ) => DataTableValue;\n}\n"
} }
], ],
"generics": ["Row", "Row extends DataTableRow = DataTableRow"], "generics": [
"Row",
"Row extends DataTableRow = DataTableRow"
],
"rest_props": { "rest_props": {
"type": "Element", "type": "Element",
"name": "div" "name": "div"