Files
react-test/docs/pages/material-ui/api/table-footer.json

36 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"props": {
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"component": { "type": { "name": "elementType" } },
"sx": {
"type": {
"name": "union",
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object"
},
"additionalInfo": { "sx": true }
}
},
"name": "TableFooter",
"imports": [
"import TableFooter from '@mui/material/TableFooter';",
"import { TableFooter } from '@mui/material';"
],
"classes": [
{
"key": "root",
"className": "MuiTableFooter-root",
"description": "Styles applied to the root element.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiTableFooter",
"forwardsRefTo": "HTMLTableSectionElement",
"filename": "/packages/mui-material/src/TableFooter/TableFooter.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>",
"cssComponent": false
}