UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

11 lines (9 loc) 269 B
import { styled } from '@project44-manifest/react-styles'; export const StyledSideNavigationContent = styled('div', { boxSizing: 'border-box', display: 'flex', flexDirection: 'column', justifyContent: 'space-between', flex: '1 1 auto', px: '$x-small', });