We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb62ee commit 1d3f499Copy full SHA for 1d3f499
packages/mui-base/src/TabUnstyled/TabUnstyled.types.ts
@@ -28,7 +28,7 @@ export interface TabUnstyledOwnProps
28
* Either a string to use a HTML element or a component.
29
* @default {}
30
*/
31
- slots?: TabUnstyledSlots
+ slots?: TabUnstyledSlots;
32
}
33
34
export interface TabUnstyledSlots {
0 commit comments