Files
ETB/ETB-FrontEnd/node_modules/@mui/lab/TimelineSeparator/timelineSeparatorClasses.d.ts
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

9 lines
370 B
TypeScript

export interface TimelineSeparatorClasses {
/** Styles applied to the root element. */
root: string;
}
export type TimelineSeparatorClassKey = keyof TimelineSeparatorClasses;
export declare function getTimelineSeparatorUtilityClass(slot: string): string;
declare const timelineSeparatorClasses: TimelineSeparatorClasses;
export default timelineSeparatorClasses;