figspec-react

React binding for Figspec web components

fix: Remove type params from `createComponent` `@lit-labs/react@1.0.3` [0] introduced a breaking change for typings. - Before: 2nd type param is `Record<string, (e: Event) => void>` - After: 2nd type param is `Record<string, string>` (both simplified) Because we can't omit the 2nd type parameter, I deleted both type parameters. These were only for preventing typo at 4th parameter, do not affect to exported typing as there are already `as unknown as ...`. [0]: https://github.com/lit/lit/blob/93b30f7de81eb203ad88abfc1e0e87a719d132c5/packages/labs/react/CHANGELOG.md#103

Changes

1 changed files (+2/-8)