Skip to content

Commit

Permalink
fix:export FormLabelOwnProps from FormLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
yoskeoka committed Feb 4, 2023
1 parent 1dc2782 commit 6e5e646
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 6e5e646

Please sign in to comment.