UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

8 lines 285 B
import { styled } from '@mui/material/styles'; import Typography from '../Typography'; const ExpandAction = styled(Typography)(({ theme }) => ({ color: theme?.palette.link.main, cursor: 'pointer' })); export default ExpandAction; //# sourceMappingURL=ExpandingTextStyles.js.map