From 6d82864a1e9a4a0e0efea69579cb20f66a15391d Mon Sep 17 00:00:00 2001 From: sai6855 Date: Fri, 3 Jan 2025 11:34:53 +0530 Subject: [PATCH] pnpm docs:api --- docs/pages/material-ui/api/table-sort-label.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pages/material-ui/api/table-sort-label.json b/docs/pages/material-ui/api/table-sort-label.json index 7c950af6dcd2ca..8b8df3fe8764f6 100644 --- a/docs/pages/material-ui/api/table-sort-label.json +++ b/docs/pages/material-ui/api/table-sort-label.json @@ -34,17 +34,17 @@ "import { TableSortLabel } from '@mui/material';" ], "slots": [ - { - "name": "icon", - "description": "The component that renders the icon slot.", - "default": "ArrowDownwardIcon", - "class": "MuiTableSortLabel-icon" - }, { "name": "root", "description": "The component that renders the root slot.", "default": "span", "class": "MuiTableSortLabel-root" + }, + { + "name": "icon", + "description": "The component that renders the icon slot.", + "default": "ArrowDownwardIcon", + "class": "MuiTableSortLabel-icon" } ], "classes": [