UNPKG

@mui/x-date-pickers

Version:

The community edition of the MUI X Date and Time Picker components.

9 lines 287 B
import type { SxProps } from '@mui/system'; import type { Theme } from '@mui/material/styles'; export interface ExportedBaseTabsProps { className?: string; /** * The system prop that allows defining system overrides as well as additional CSS styles. */ sx?: SxProps<Theme>; }