Type Definitions #1136
-
As the question of where to find Type Definitions for UI5 Web Components (for React) was already raised a couple of times, I'll try to consolidate everything into this thread: Common Questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The following packages have type definitions (bundled with the source-code):
The following packages do not have type definitions (as of now, there is some work ongoing on providing .d.ts files):
Although |
Beta Was this translation helpful? Give feedback.
The following packages have type definitions (bundled with the source-code):
@ui5/webcomponents-react
@ui5/webcomponents-react-base
@ui5/webcomponents-react-charts
The following packages do not have type definitions (as of now, there is some work ongoing on providing .d.ts files):
@ui5/webcomponents
@ui5/webcomponents-base
@ui5/webcomponents-fiori
@ui5/webcomponents-icons
@ui5/webcomponents-icons-tnt
Although
@ui5/webcomponents
and@ui5/webcomponents-fiori
do not have type definitions in place yet,@ui5/webcomponents-react
is creating them for the use with the react wrapper to make it easier for you to consume these components.