Skip to content
Merged
Prev Previous commit
Next Next commit
remove unrelated changes from this PR
  • Loading branch information
danilo-leal committed Mar 18, 2024
commit 0a515b049c1d46776778e56b39f32e77d2528b07
6 changes: 3 additions & 3 deletions docs/pages/material-ui/api/fade.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"props": {
"children": { "type": { "name": "custom", "description": "element" }, "required": true },
"addEndListener": { "type": { "name": "function" } },
"appear": { "type": { "name": "boolean" }, "default": "true" },
"addEndListener": { "type": { "name": "func" } },
"appear": { "type": { "name": "bool" }, "default": "true" },
"easing": {
"type": {
"name": "union",
"description": "{ enter?: string, exit?: string }<br>&#124;&nbsp;string"
}
},
"in": { "type": { "name": "boolean" } },
"in": { "type": { "name": "bool" } },
"timeout": {
"type": {
"name": "union",
Expand Down
2 changes: 0 additions & 2 deletions docs/src/components/home/MuiStatistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ import Box from '@mui/material/Box';
import Typography from '@mui/material/Typography';

const data = [

{ title: '5.8M', metadata: 'Weekly downloads on npm' },
{ title: '90.5k', metadata: 'Stars on GitHub' },
{ title: '2.9k', metadata: 'Open-source contributors' },
{ title: '18.9k', metadata: 'Followers on X' },

];

export default function MuiStatistics() {
Expand Down