mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(prettier): exclude auto-generated COMPONENT_API.json
(#2073)
This commit is contained in:
parent
c7f4b16bf3
commit
1d24da063f
2 changed files with 6 additions and 2 deletions
|
@ -6,3 +6,4 @@ dist
|
||||||
client
|
client
|
||||||
build
|
build
|
||||||
*.svx
|
*.svx
|
||||||
|
COMPONENT_API.json
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue