UNPKG

@mui/types

Version:
57 lines 1.24 kB
{ "name": "@mui/types", "version": "9.0.0", "author": "MUI Team", "description": "Utility types for Material UI.", "license": "MIT", "keywords": [ "react", "react-component", "mui", "types" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-types" }, "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-types", "sideEffects": false, "publishConfig": { "access": "public" }, "dependencies": { "@babel/runtime": "^7.29.2" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "type": "commonjs", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./index.d.mts", "default": "./index.mjs" }, "require": { "types": "./index.d.ts", "default": "./index.js" }, "default": { "types": "./index.d.mts", "default": "./index.mjs" } } }, "main": "./index.js", "types": "./index.d.ts" }