mui-simple
Version:
Override mui-v7 components to simplify usage
15 lines • 515 B
TypeScript
import type { Theme } from '@mui/material';
import type { SerializedStyles } from '@emotion/serialize';
export declare function customStyleAccordion(props: {
useCustomStyle: boolean;
theme: Theme;
}): SerializedStyles;
export declare function customStyleSummary(props: {
useCustomStyle: boolean;
theme: Theme;
}): SerializedStyles;
export declare function customStyleDetails(props: {
useCustomStyle: boolean;
theme: Theme;
}): SerializedStyles;
//# sourceMappingURL=Accordion.styles.d.ts.map