Closed
Description
Currently, using wokwi elements within a React TypeScript projects results in errors such as:
Property 'wokwi-led' does not exist on type 'JSX.IntrinsicElements'.
Ideally, we'd export proper typings that will let the TypeScript compiler know about our elements, so that they can be consumed in a JSX context.