@enonic-types/lib-react4xp
v6.0.1
Published
Type definitions for lib-react4xp.
Downloads
1,255
Readme
lib-react4p TS types
Install
npm i --save-dev @enonic-types/lib-react4xpUse
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"],
},
}
}