Describe the bug
When using a component we cannot pass the props of the core HTML when its setted as HTMLAttributes
To Reproduce
For example on packages/components/input/src/input.types.ts if we try to use this component it will give an TS error when passing input core props
Expected behavior
Extends from HTMLProps
Additional context
Possibly need to update in other components also
Describe the bug When using a component we cannot pass the props of the core HTML when its setted as HTMLAttributes
To Reproduce For example on packages/components/input/src/input.types.ts if we try to use this component it will give an TS error when passing input core props
Expected behavior Extends from HTMLProps
Additional context Possibly need to update in other components also