worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
36
node_modules/@mui/material/AppBar/appBarClasses.d.ts
generated
vendored
Normal file
36
node_modules/@mui/material/AppBar/appBarClasses.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
export interface AppBarClasses {
|
||||
/** Styles applied to the root element. */
|
||||
root: string;
|
||||
/** Styles applied to the root element if `position="fixed"`. */
|
||||
positionFixed: string;
|
||||
/** Styles applied to the root element if `position="absolute"`. */
|
||||
positionAbsolute: string;
|
||||
/** Styles applied to the root element if `position="sticky"`. */
|
||||
positionSticky: string;
|
||||
/** Styles applied to the root element if `position="static"`. */
|
||||
positionStatic: string;
|
||||
/** Styles applied to the root element if `position="relative"`. */
|
||||
positionRelative: string;
|
||||
/** Styles applied to the root element if `color="default"`. */
|
||||
colorDefault: string;
|
||||
/** Styles applied to the root element if `color="primary"`. */
|
||||
colorPrimary: string;
|
||||
/** Styles applied to the root element if `color="secondary"`. */
|
||||
colorSecondary: string;
|
||||
/** Styles applied to the root element if `color="inherit"`. */
|
||||
colorInherit: string;
|
||||
/** Styles applied to the root element if `color="transparent"`. */
|
||||
colorTransparent: string;
|
||||
/** Styles applied to the root element if `color="error"`. */
|
||||
colorError: string;
|
||||
/** Styles applied to the root element if `color="info"`. */
|
||||
colorInfo: string;
|
||||
/** Styles applied to the root element if `color="success"`. */
|
||||
colorSuccess: string;
|
||||
/** Styles applied to the root element if `color="warning"`. */
|
||||
colorWarning: string;
|
||||
}
|
||||
export type AppBarClassKey = keyof AppBarClasses;
|
||||
export declare function getAppBarUtilityClass(slot: string): string;
|
||||
declare const appBarClasses: AppBarClasses;
|
||||
export default appBarClasses;
|
||||
Loading…
Add table
Add a link
Reference in a new issue