Skip to content

Add integer and float like an implicitly type #52075

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

Closed
gusantoscode opened this issue Jan 2, 2023 · 1 comment
Closed

Add integer and float like an implicitly type #52075

gusantoscode opened this issue Jan 2, 2023 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@gusantoscode
Copy link

Suggestion

Add an integer and float like an implicity type

Code Example

const Home = (props: { age: integer }) => {
  return null;
}

integer value example: 1000
float value example: 100,25

🔍 Details

Self-explanatory title

@xiBread
Copy link

xiBread commented Jan 3, 2023

Duplicate of #195, #28682, #30543, etc.

@RyanCavanaugh RyanCavanaugh added the Duplicate An existing issue was already created label Jan 3, 2023
@RyanCavanaugh RyanCavanaugh closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants