@enonic-types/lib-react4xp
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

lib-react4p TS types

Install

npm i --save-dev @enonic-types/lib-react4xp

Use

Add the corresponding types to your tsconfig.json file that is used for application's server-side TypeScript code:

{
  "compilerOptions": {
    "paths": {
      "/lib/enonic/react4xp": ["node_modules/@enonic-types/lib-react4xp"],
    },
    "types": [
      "@enonic-types/lib-react4xp"
    ]
  }
}

Package Sidebar

Install

npm i @enonic-types/lib-react4xp

Weekly Downloads

90

Version

4.0.0

License

Apache-2.0

Unpacked Size

13.9 kB

Total Files

32

Last publish

Collaborators

  • edloidas
  • cwe_at_enonic.com
  • alansemenov