@useloops/design-system
Version:
The official React based Loops design system
2 lines (1 loc) • 318 B
JavaScript
import{jsx as t}from"react/jsx-runtime";import{styled as e,Skeleton as o}from"@mui/material";const a=e(o)(({theme:t})=>({borderRadius:t.spacing(t.custom.radius.md),backgroundColor:t.custom.palette.skeleton.default,transform:"none",width:"100%",height:"100%"})),r=e=>t(a,{animation:"pulse",...e});export{r as default};