UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

6 lines (5 loc) 196 B
import type { DividerProps as MuiDividerProps } from '@mui/material'; interface DividerProps extends MuiDividerProps { orientation?: 'horizontal' | 'vertical'; } export type { DividerProps };