diff --git a/types/material-ui/material-ui-tests.tsx b/types/material-ui/material-ui-tests.tsx index dfa669f306..d81155dfcc 100644 --- a/types/material-ui/material-ui-tests.tsx +++ b/types/material-ui/material-ui-tests.tsx @@ -4697,43 +4697,6 @@ function handleActive(tab) { } const TabsExampleSimple = () => ( - - - - Tab One - - This is an example tab. - - - You can put any sort of HTML or react component in here. It even keeps the component state! - - - - - - - Tab Two - - This is another example tab. - - - - - - Tab Three - - This is a third example tab. - - - - -); - -const TabsExampleTeamplateStyle = () => (
- This is an example tab. -
- You can put any sort of HTML or react component in here. It even keeps the component state! -
- This is another example tab. -
- This is a third example tab. -