worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
18
node_modules/@mui/material/esm/CardHeader/cardHeaderClasses.d.ts
generated
vendored
Normal file
18
node_modules/@mui/material/esm/CardHeader/cardHeaderClasses.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
export interface CardHeaderClasses {
|
||||
/** Styles applied to the root element. */
|
||||
root: string;
|
||||
/** Styles applied to the avatar element. */
|
||||
avatar: string;
|
||||
/** Styles applied to the action element. */
|
||||
action: string;
|
||||
/** Styles applied to the content wrapper element. */
|
||||
content: string;
|
||||
/** Styles applied to the title Typography element. */
|
||||
title: string;
|
||||
/** Styles applied to the subheader Typography element. */
|
||||
subheader: string;
|
||||
}
|
||||
export type CardHeaderClassKey = keyof CardHeaderClasses;
|
||||
export declare function getCardHeaderUtilityClass(slot: string): string;
|
||||
declare const cardHeaderClasses: CardHeaderClasses;
|
||||
export default cardHeaderClasses;
|
||||
Loading…
Add table
Add a link
Reference in a new issue