UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

13 lines (10 loc) 286 B
import { Typography } from '@mui/material'; import { styled } from '@mui/material/styles'; var TextLabeled = styled(Typography)({ fontSize: '0.7rem', '& strong': { fontSize: '1rem', }, }); export { TextLabeled as default }; //# sourceMappingURL=TextLabeled.js.map