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

11 lines
No EOL
512 B
TypeScript

export interface PickersSectionListClasses {
/** Styles applied to the root element. */
root: string;
/** Styles applied to the container of a section. */
section: string;
/** Styles applied to the content of a section. */
sectionContent: string;
}
export type PickersSectionListClassKey = keyof PickersSectionListClasses;
export declare function getPickersSectionListUtilityClass(slot: string): string;
export declare const pickersSectionListClasses: Record<keyof PickersSectionListClasses, string>;