react-bulma-components
react-bulma-components copied to clipboard
Input component is missing rounded prop in TypeScript type definition
Describe the bug The Input component is missing rounded prop in TypeScript type definition.
To Reproduce Steps to reproduce the behavior:
- Add an Input component to your page
- Add the rounded prop
- There will be a TypeScript error saying the property doesn't exist
Expected behavior The Input component should have the rounded prop in the TypeScript definition, there should be no TypeScript error in the IDE
Screenshots

Versions
-
react-bulma-components:: ^4.1.0 -
bulma: ^0.9.4 -
react: 18.0.0 - Browser: Firefox 103.0.1 (64-bit) Windows 10
Additional context Here is the file in question that needs to have the rounded prop added to https://github.com/couds/react-bulma-components/blob/master/src/components/form/index.d.ts#L27-L34