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
@@ -16034,6 +16034,23 @@ add a meaningful description to the whole selection.
16034
16034
"optional": true,
16035
16035
"type": "TableProps.AriaLabels<T>",
16036
16036
},
16037
+
{
16038
+
"defaultValue": "'middle'",
16039
+
"description": "Determines the alignment of the content inside table cells.
16040
+
This property affects all cells, including the ones in the selection column.
16041
+
To target individual cells use \`columnDefinitions.verticalAlign\`.",
16042
+
"inlineType": {
16043
+
"name": "",
16044
+
"type": "union",
16045
+
"values": [
16046
+
"middle",
16047
+
"top",
16048
+
],
16049
+
},
16050
+
"name": "cellVerticalAlign",
16051
+
"optional": true,
16052
+
"type": "string",
16053
+
},
16037
16054
{
16038
16055
"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).",
16039
16056
"description": "Adds the specified classes to the root element of the component.",
0 commit comments