1.0.2 • Published 3 years ago

types-aframe-react v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

types-aframe-react

CAUTION: This library works only 'TypeScript React' project

Installation

$ npm install --save-dev types-aframe-react
$ yarn add --dev types-aframe-react
$ pnpm add --dev types-aframe-react
$ bun add --dev types-aframe-react

Usage

Add your tsconfig.json under code

{
  "compilerOptions": {
    // ...
    "types": ["types-aframe-react"],
  }
}

npm.io

npm.io