FormControlLabelClassKey typescript type missing a few values #17932
Labels
bug 🐛
Something doesn't work
good first issue
Great for first contributions. Enable to learn the contribution process.
hacktoberfest
https://hacktoberfest.digitalocean.com/
typescript
Current Behavior 😯
When using Typescript the compiler complains if you try to customize the following css classes on
FormControlLabel
:Expected Behavior 🤔
You should be able to customize the above style classes as described in the documentation for FormControlLabel.
Steps to Reproduce 🕹
You can see the problem on line 21 of
packages/material-ui/src/FormControlLabel/FormControlLabel.d.ts
That line currently is:
but it should be:
Steps:
theme.tsx
file.labelPlacementStart
Context 🔦
I'm trying to customize the style of
labelPlacementStart
css class in the FormControlLabel componentYour Environment 🌎
Let me know if you need any more information.
The text was updated successfully, but these errors were encountered: