54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"component": { "type": { "name": "elementType" } },
|
||
|
|
"padding": {
|
||
|
|
"type": {
|
||
|
|
"name": "enum",
|
||
|
|
"description": "'checkbox'<br>| 'none'<br>| 'normal'"
|
||
|
|
},
|
||
|
|
"default": "'normal'"
|
||
|
|
},
|
||
|
|
"size": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'medium'<br>| 'small'<br>| string"
|
||
|
|
},
|
||
|
|
"default": "'medium'"
|
||
|
|
},
|
||
|
|
"stickyHeader": { "type": { "name": "bool" }, "default": "false" },
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "Table",
|
||
|
|
"imports": ["import Table from '@mui/material/Table';", "import { Table } from '@mui/material';"],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiTable-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "stickyHeader",
|
||
|
|
"className": "MuiTable-stickyHeader",
|
||
|
|
"description": "Styles applied to the root element if `stickyHeader={true}`.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "MuiTable",
|
||
|
|
"forwardsRefTo": "HTMLTableElement",
|
||
|
|
"filename": "/packages/mui-material/src/Table/Table.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-table/\">Table</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|