I tried this fantastic dockbar in React and it's my first time to use Web Component in React.
issue
I need to add the following type definitions for better use and I still can't get the right props.
declare namespace JSX {
interface IntrinsicElements {
"dock-wrapper": any
"dock-item": any
}
}
expectation
Is it a better way that the repo offers dts files?
Or it is just my turn to add them to my repo?