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.

10 lines (7 loc) 232 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