UNPKG

@types/react-dom

Version:
87 lines 2.37 kB
{ "name": "@types/react-dom", "version": "18.2.4", "description": "TypeScript definitions for React (react-dom)", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom", "license": "MIT", "contributors": [ { "name": "Asana", "url": "https://asana.com" }, { "name": "AssureSign", "url": "http://www.assuresign.com" }, { "name": "Microsoft", "url": "https://microsoft.com" }, { "name": "MartynasZilinskas", "url": "https://github.com/MartynasZilinskas", "githubUsername": "MartynasZilinskas" }, { "name": "Josh Rutherford", "url": "https://github.com/theruther4d", "githubUsername": "theruther4d" }, { "name": "Jessica Franco", "url": "https://github.com/Jessidhia", "githubUsername": "Jessidhia" }, { "name": "Sebastian Silbermann", "url": "https://github.com/eps1lon", "githubUsername": "eps1lon" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/react-dom" }, "scripts": {}, "dependencies": { "@types/react": "*" }, "typesPublisherContentHash": "44e1dd3be11d7f0b8d09549cf8a10814625331a7a73865215f38dcab5ee5b64b", "typeScriptVersion": "4.3", "exports": { ".": { "types": { "default": "./index.d.ts" } }, "./client": { "types": { "default": "./client.d.ts" } }, "./next": { "types": { "default": "./next.d.ts" } }, "./server": { "types": { "default": "./server.d.ts" } }, "./experimental": { "types": { "default": "./experimental.d.ts" } }, "./test-utils": { "types": { "default": "./test-utils/index.d.ts" } }, "./package.json": "./package.json" } }