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.

6 lines 208 B
import { styled } from '@mui/material/styles'; export const RefreshButtonContainer = styled('div')(() => ({ marginRight: '-15px', lineHeight: 'normal' })); //# sourceMappingURL=PaginationStyles.js.map