1
0
Fork 0
react-playground/node_modules/@mui/x-date-pickers/esm/internals/models/props/tabs.d.ts
Techognito fc0f69dacb Added Statistics calculation
Statistics now show calculated values
2025-09-04 17:30:00 +02:00

9 lines
No EOL
277 B
TypeScript

import { SxProps } from '@mui/system';
import { 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>;
}