{ "name": "@material-ui/types", "version": "6.0.2", "private": false, "author": "Material-UI Team", "description": "Utility types for Material-UI.", "types": "./index.d.ts", "files": [ "index.d.ts" ], "keywords": [ "react", "react-component", "material-ui", "types" ], "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui.git", "directory": "packages/material-ui-types" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "https://github.com/mui-org/material-ui/tree/next/packages/material-ui-types", "sideEffects": false, "publishConfig": { "access": "public" }, "peerDependencies": { "@types/react": "*" }, "peerDependenciesMeta": { "@types/react": { "optional": true } } }