Hi everyone,
I'm trying to work with "DevExtreme" components, to build PCF components on Dynamics 9.1.
I've used the dxNumberBox for that purpose.
I've installed the DevExtrem library with the 'npm install devextreme' command.
But the code doesn't recognize the devExpress library.private _numberBox: DevExpress.ui.dxNumberBox;
Nor private _numberBox: DevExpress.dxNumberBox;
and I get this error,
Property 'ui' does not exist on type 'typeof import("D:/.../node_modules/devextreme/bundles/dx.all")'.ts(2339)
Regards
Sam