Skip to content

Commit

Permalink
[FormLabel] Export FormLabelOwnProps from FormLabel to fix type e…
Browse files Browse the repository at this point in the history
…rror (#36057)
  • Loading branch information
yoskeoka authored Feb 6, 2023
1 parent 7774456 commit 8a64241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/FormLabel/FormLabel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FormLabelClasses } from './formLabelClasses';

export interface FormLabelPropsColorOverrides {}

interface FormLabelOwnProps {
export interface FormLabelOwnProps {
/**
* The content of the component.
*/
Expand Down

0 comments on commit 8a64241

Please sign in to comment.