worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
20
node_modules/@mui/material/esm/Snackbar/snackbarClasses.d.ts
generated
vendored
Normal file
20
node_modules/@mui/material/esm/Snackbar/snackbarClasses.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
export interface SnackbarClasses {
|
||||
/** Styles applied to the root element. */
|
||||
root: string;
|
||||
/** Styles applied to the root element if `anchorOrigin={{ 'top', 'center' }}`. */
|
||||
anchorOriginTopCenter: string;
|
||||
/** Styles applied to the root element if `anchorOrigin={{ 'bottom', 'center' }}`. */
|
||||
anchorOriginBottomCenter: string;
|
||||
/** Styles applied to the root element if `anchorOrigin={{ 'top', 'right' }}`. */
|
||||
anchorOriginTopRight: string;
|
||||
/** Styles applied to the root element if `anchorOrigin={{ 'bottom', 'right' }}`. */
|
||||
anchorOriginBottomRight: string;
|
||||
/** Styles applied to the root element if `anchorOrigin={{ 'top', 'left' }}`. */
|
||||
anchorOriginTopLeft: string;
|
||||
/** Styles applied to the root element if `anchorOrigin={{ 'bottom', 'left' }}`. */
|
||||
anchorOriginBottomLeft: string;
|
||||
}
|
||||
export type SnackbarClassKey = keyof SnackbarClasses;
|
||||
export declare function getSnackbarUtilityClass(slot: string): string;
|
||||
declare const snackbarClasses: SnackbarClasses;
|
||||
export default snackbarClasses;
|
||||
Loading…
Add table
Add a link
Reference in a new issue