Update api-reports

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2023-06-19 10:42:41 +02:00
parent 13426ebd12
commit d43de19df9
+1 -1
View File
@@ -503,7 +503,7 @@ export const googleAuthApiRef: ApiRef<
// @public
export type IconComponent = ComponentType<{
fontSize?: 'default' | 'small' | 'large';
fontSize?: 'inherit' | 'medium' | 'large' | 'small';
}>;
// @public