UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

7 lines (6 loc) 155 B
import { Box, styled } from '@mui/material'; export const Container = styled(Box)({ display: 'flex', flexDirection: 'column', gap: '12px', });