Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 570 Bytes

File metadata and controls

29 lines (21 loc) · 570 Bytes

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"],
  }
}