To allow a smooth integration in a TypeScript project, our library exports the types for the components names and props in the
@nebuly-ai/reports/web
package.
React
In order to use the components as JSX elements, you need to define the types in the JSX namespace extending theIntrinsicElements
interface.
- Version 18+
- Before Version 18
Vue
In order to use the components as Vue components, you need to define them extending theGlobalComponents
interface.