Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"props": {
|
|
"children": { "type": { "name": "node" } },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"component": { "type": { "name": "elementType" } },
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| 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
|
|
}
|