types-aframe-react
v1.0.2
Published
> **CAUTION**: This library works only 'TypeScript React' project
Downloads
192
Readme
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"],
}
}