Skip to content

Commit

Permalink
fix: type-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Jan 30, 2024
1 parent cbb4853 commit fc8bb62
Show file tree
Hide file tree
Showing 4 changed files with 1,802 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/paste-core/components/data-grid/type-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6504,6 +6504,13 @@
"required": false,
"externalProp": true
},
"whiteSpace": {
"type": "WhiteSpace",
"defaultValue": "'normal'",
"required": false,
"externalProp": false,
"description": "Sets how white space inside the Table cell is handled."
},
"width": {
"type": "Width<TLengthStyledSystem>",
"defaultValue": null,
Expand Down Expand Up @@ -11405,6 +11412,13 @@
"required": false,
"externalProp": true
},
"whiteSpace": {
"type": "WhiteSpace",
"defaultValue": "'normal'",
"required": false,
"externalProp": false,
"description": "Sets how white space inside the Table cell is handled."
},
"width": {
"type": "Width<TLengthStyledSystem>",
"defaultValue": null,
Expand Down
Loading

0 comments on commit fc8bb62

Please sign in to comment.