Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong typedefinition for controls prop #531

Open
ayushjainrksh opened this issue Oct 26, 2021 · 0 comments
Open

Wrong typedefinition for controls prop #531

ayushjainrksh opened this issue Oct 26, 2021 · 0 comments

Comments

@ayushjainrksh
Copy link

Summary

The documentation mentions controls prop to accept values 0 | 1 | 2 while type definitions suggest 1 | 2 | 3. The correct values should be as mentioned in docs. Thus, the typedefinitions for controls need to be updated.

Docs

image

Code

controls?: 1 | 2 | 3;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@ayushjainrksh and others