ui5-webcomponents-react
ui5-webcomponents-react copied to clipboard
UI5WC Wrapper: use index accessed & `UI5CustomEvent` type.
If applicable:
- Use index accessed type for ui5wc props instead of importing the type or defining it ourselves.
- Use ui5wc
UI5CustomEventinstead of ourUi5CustomEvent
E.g.:
- https://github.com/SAP/ui5-webcomponents-react/blob/main/packages/main/src/webComponents/Button/index.tsx#L67 ->
UI5WCButton['design'](UI5WCButton=>Buttonclass) - https://github.com/SAP/ui5-webcomponents-react/blob/main/packages/main/src/webComponents/Button/index.tsx#L169 ->
(event: UI5CustomEvent<WCButton, 'click'>) => void