import { elevation } from '@gympass/yoga-system';
const Square = styled.div` width: 100px; height: 50px; ${elevation} `; render(() => { return <Square elevation="small" />; });const Square = styled.div` width: 100px; height: 50px; ${elevation}`; render(() => { return <Square elevation="small" />;});
const Square = styled.div` width: 100px; height: 50px; ${elevation}`; render(() => { return <Square elevation="small" />;});
elevation
boxShadow
bs