Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import { styled } from "@mui/material/styles";
- const SelectStyled = styled((props: any) => {
- return (
- <Select classes={{ select: props.className }} {...props}>
- {props.children}
- </Select>
- );
- })``;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement