Open
Description
https://github.com/bitovi/react-to-web-component/blob/4de563a0097d754cf5a3898c736cba0b0ea2ac13/packages/core/src/core.ts#L5C1-L5C52
I think it should be just keyof Props
without the Extract. Right now this type only resolve to "string" or never.