Thanks for this library!
Just created a new project with React 18.2.0 and TypeScript 5.3.3.
Upon creating a component with the sample provided in the Readme, I get the following type error:
Type '{ children: Element; renderer: string; width: number; height: number; }' is not assignable to type 'IntrinsicAttributes & object'.
Property 'children' does not exist on type 'IntrinsicAttributes & object'.ts(2322)

Is that as expected?
Thanks for this library!
Just created a new project with React
18.2.0and TypeScript5.3.3.Upon creating a component with the sample provided in the Readme, I get the following type error:
Is that as expected?