Douro-ui / design-system

Douro UI is a Design System for all Metyis projects and partners
MIT License
2 stars 0 forks source link

Change from HTMLAttributes to HTMLProps #103

Closed GabrielSt closed 1 month ago

GabrielSt commented 2 months ago

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