Files
react-test/docs/data/material/components/autocomplete/GloballyCustomizedOptions.tsx.preview

6 lines
159 B
Plaintext
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
<ThemeProvider theme={customTheme(outerTheme)}>
<Stack spacing={5} sx={{ width: 300 }}>
<MovieSelect />
<CountrySelect />
</Stack>
</ThemeProvider>