You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16568,6 +16568,23 @@ add a meaningful description to the whole selection.
16568
16568
"optional": true,
16569
16569
"type": "TableProps.AriaLabels<T>",
16570
16570
},
16571
+
{
16572
+
"defaultValue": "'middle'",
16573
+
"description": "Determines the alignment of the content inside table cells.
16574
+
This property affects all cells, including the ones in the selection column.
16575
+
To target individual cells use \`columnDefinitions.verticalAlign\`, that takes precedence over \`cellVerticalAlign\`.",
16576
+
"inlineType": {
16577
+
"name": "",
16578
+
"type": "union",
16579
+
"values": [
16580
+
"middle",
16581
+
"top",
16582
+
],
16583
+
},
16584
+
"name": "cellVerticalAlign",
16585
+
"optional": true,
16586
+
"type": "string",
16587
+
},
16571
16588
{
16572
16589
"deprecatedTag": "Custom CSS is not supported. For testing and other use cases, use [data attributes](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes).",
16573
16590
"description": "Adds the specified classes to the root element of the component.",
0 commit comments