4.0.0 • Published 1 year ago

@enonic-types/lib-react4xp v4.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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

1 year ago

4.0.0-RC1

1 year ago

4.0.0-B6

1 year ago

4.0.0-B5

1 year ago

4.0.0-B3

1 year ago

4.0.0-B2

1 year ago

4.0.0-B1

1 year ago